Search Results for

    Show / Hide Table of Contents

    Class PluginFrameworkException

    Exception class for exceptions related to the plugin registry.

    Inheritance
    object
    Exception
    PluginFrameworkException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.ToString()
    Exception.GetType()
    Exception.TargetSite
    Exception.Message
    Exception.Data
    Exception.InnerException
    Exception.HelpLink
    Exception.Source
    Exception.HResult
    Exception.StackTrace
    Exception.SerializeObjectState
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Sdl.Core.PluginFramework
    Assembly: Sdl.Core.PluginFramework.dll
    Syntax
    public class PluginFrameworkException : Exception, ISerializable

    Constructors

    PluginFrameworkException()

    Default constructor.

    Declaration
    public PluginFrameworkException()

    PluginFrameworkException(SerializationInfo, StreamingContext)

    Constructor for serialization.

    Declaration
    protected PluginFrameworkException(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    SerializationInfo info

    Serialization info.

    StreamingContext context

    Streaming context.

    PluginFrameworkException(string)

    Constructor with message.

    Declaration
    public PluginFrameworkException(string message)
    Parameters
    Type Name Description
    string message

    Message clarifying the exception.

    PluginFrameworkException(string, Exception)

    Constructor wrapping an inner exception.

    Declaration
    public PluginFrameworkException(string message, Exception innerException)
    Parameters
    Type Name Description
    string message

    Message clarifying the exception.

    Exception innerException

    The inner exception.

    Implements

    ISerializable
    In this article
    • Constructors
      • PluginFrameworkException()
      • PluginFrameworkException(SerializationInfo, StreamingContext)
      • PluginFrameworkException(string)
      • PluginFrameworkException(string, Exception)
    • Implements
    Back to top Generated by DocFX