Artemis Artemis
Artemis Artemis

Search Results for

    Class ArtemisPluginException

    An exception thrown when a plugin-related error occurs

    Inheritance
    object
    Exception
    ArtemisPluginException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.ToString()
    Exception.GetType()
    Exception.TargetSite
    Exception.Message
    Exception.Data
    Exception.InnerException
    Exception.HelpLink
    Exception.Source
    Exception.HResult
    Exception.StackTrace
    Exception.SerializeObjectState
    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

    Implements

    ISerializable
    Content is available under the PolyForm Noncommercial License, by Artemis RGB.