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 Plug
Declaration
public PlugInException()
PlugInException(SerializationInfo, StreamingContext)
Initializes a new instance of the Plug
Declaration
protected PlugInException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System. |
info | The object that holds the serialized object data. |
System. |
context | The contextual information about the source or destination. |
PlugInException(String)
Initializes a new instance of the Plug
Declaration
public PlugInException(string message)
Parameters
Type | Name | Description |
---|---|---|
System. |
message | The exception message. |
PlugInException(String, Exception)
Initializes a new instance of the Plug
Declaration
public PlugInException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System. |
message | The message. |
System. |
innerException | The inner exception. |