Class PluginFrameworkException
Exception class for exceptions related to the plugin registry.
Inheritance
System.Object
PluginFrameworkException
Namespace: Sdl.Core.PluginFramework
Assembly: Sdl.Core.PluginFramework.dll
Syntax
public class PluginFrameworkException : Exception
Constructors
PluginFrameworkException()
Default constructor.
Declaration
public PluginFrameworkException()
PluginFrameworkException(SerializationInfo, StreamingContext)
Constructor for serialization.
Declaration
protected PluginFrameworkException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | Serialization info. |
System.Runtime.Serialization.StreamingContext | context | Streaming context. |
PluginFrameworkException(String)
Constructor with message.
Declaration
public PluginFrameworkException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.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 |
---|---|---|
System.String | message | Message clarifying the exception. |
System.Exception | innerException | The inner exception. |