Class ArtemisPluginException
An exception thrown when a plugin-related error occurs
public class ArtemisPluginException : Exception, ISerializable
- Inheritance
-
objectArtemisPluginException
- Implements
- Inherited Members
Constructors
ArtemisPluginException(string)
Creates a new instance of the ArtemisPluginException class
public ArtemisPluginException(string message)
Parameters
messagestring
ArtemisPluginException(string, Exception)
Creates a new instance of the ArtemisPluginException class
public ArtemisPluginException(string message, Exception inner)
Parameters
Properties
Plugin
Gets the plugin the error is related to
public Plugin? Plugin { get; }