Search Results for

    Show / Hide Table of Contents

    Class PluginFrameworkException

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

    Constructors

    PluginFrameworkException()

    Declaration
    public PluginFrameworkException()

    PluginFrameworkException(SerializationInfo, StreamingContext)

    Declaration
    protected PluginFrameworkException(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    System.Runtime.Serialization.SerializationInfo info
    System.Runtime.Serialization.StreamingContext context

    PluginFrameworkException(String)

    Declaration
    public PluginFrameworkException(string message)
    Parameters
    Type Name Description
    System.String message

    PluginFrameworkException(String, Exception)

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

    Implements

    System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception

    On this page

    • Constructors
      • PluginFrameworkException()
      • PluginFrameworkException(SerializationInfo, StreamingContext)
      • PluginFrameworkException(String)
      • PluginFrameworkException(String, Exception)
    • Implements
    Back to top Generated by DocFX