PluginConfigException
Less than 1 minute
PluginConfigException
Represents errors that occurr when a plugin config is invalid.
- Type: Class
- Namespace: Melora.Plugins.Exceptions
- Implements: Exception, ISerializable
public class PluginConfigException : Exception, ISerializable
Constructors
Creates a new instance of PluginConfigException
public PluginConfigException(
IPluginConfig config,
Exception innerException)
Parameter | Summary |
---|---|
IPluginConfig config | The invalid config. |
Exception innerException | The inner exception. |
Properties
Config
The invalid config.
- Type: Melora.Plugins.Abstract.IPluginConfig
- 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