Class PlugInException
Exception thrown by the plugin framework when a error occurrs while loading or interacting with a plugin.
Inherited Members
Namespace: EPiServer.PlugIn
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class PlugInException : EPiServerException
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. |