Class PluginFrameworkException
Exception class for exceptions related to the plugin registry.
Implements
Inherited Members
Namespace: SdlSdl.CorePluginFramework
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. |