Class PlugInException
Exception thrown by the plugin framework when a error occurrs while loading or interacting with a plugin.
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.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: EPiServer.PlugIn
Assembly: EPiServer.dll
Version: 11.20.7Syntax
public class PlugInException : EPiServerException, ISerializable, _Exception
Constructors
PlugInException()
Initializes a new instance of the PlugInException class.
Declaration
public PlugInException()
PlugInException(SerializationInfo, StreamingContext)
Initializes a new instance of the PlugInException class.
Declaration
protected PlugInException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | The object that holds the serialized object data. |
System.Runtime.Serialization.StreamingContext | context | The contextual information about the source or destination. |
PlugInException(String)
Initializes a new instance of the PlugInException class.
Declaration
public PlugInException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The exception message. |
PlugInException(String, Exception)
Initializes a new instance of the PlugInException class.
Declaration
public PlugInException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message. |
System.Exception | innerException | The inner exception. |
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception