PluginNotLoadedException
Less than 1 minute
PluginNotLoadedException
Represents errors that occurr during loading plugins.
- Type: Class
- Namespace: Melora.Plugins.Exceptions
- Implements: Exception, ISerializable
public class PluginNotLoadedException : Exception, ISerializable
Constructors
Creates a new instance of PluginNotLoadedException
public PluginNotLoadedException(
string pluginPath,
Type pluginType,
Manifest manifest,
Exception innerException)
Parameter | Summary |
---|---|
string pluginPath | The path to the plugin archive attempted to load. |
Type pluginType | The type of the plugin attempted to load. |
Manifest manifest | The manifest of the plugin attempted to load if exists. |
Exception innerException | The inner exception. |
Properties
PluginPath
The path to the plugin archive attempted to load.
- Type: System.String
- Is Read Only:
True
PluginType
The type of the plugin attempted to load.
- Type: System.Type
- Is Read Only:
True
Manifest
The manifest of the plugin attempted to load if exists.
- Type: Melora.Plugins.Models.Manifest
- Is Read Only:
True
TargetSite
- Type: System.Reflection.MethodBase
- Is Read Only:
True
Message
- Type: System.String
- Is Read Only:
True
Data
- Type: System.Collections.IDictionary
- Is Read Only:
True
InnerException
- Type: System.Exception
- Is Read Only:
True
HelpLink
- Type: System.String
- Is Read Only:
False
Source
- Type: System.String
- Is Read Only:
False
HResult
- Type: System.Int32
- Is Read Only:
False
StackTrace
- Type: System.String
- Is Read Only:
True