Class ArtemisPluginException
An exception thrown when a plugin-related error occurs
Implements
Inherited Members
Namespace: Artemis.Core
Assembly: Artemis.Core.dll
Syntax
public class ArtemisPluginException : Exception, ISerializable
Constructors
ArtemisPluginException(string)
Creates a new instance of the ArtemisPluginException class
Declaration
public ArtemisPluginException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message |
ArtemisPluginException(string, Exception)
Creates a new instance of the ArtemisPluginException class
Declaration
public ArtemisPluginException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
string | message | |
Exception | inner |
Properties
Plugin
Gets the plugin the error is related to
Declaration
public Plugin? Plugin { get; }
Property Value
Type | Description |
---|---|
Plugin |