Table of Contents

Class ArtemisPluginException

Namespace
Artemis.Core
Assembly
Artemis.Core.dll

An exception thrown when a plugin-related error occurs

public class ArtemisPluginException : Exception, ISerializable
Inheritance
object
ArtemisPluginException
Implements
Inherited Members

Constructors

ArtemisPluginException(string)

Creates a new instance of the ArtemisPluginException class

public ArtemisPluginException(string message)

Parameters

message string

ArtemisPluginException(string, Exception)

Creates a new instance of the ArtemisPluginException class

public ArtemisPluginException(string message, Exception inner)

Parameters

message string
inner Exception

Properties

Plugin

Gets the plugin the error is related to

public Plugin? Plugin { get; }

Property Value

Plugin