PluginOptionException
Less than 1 minute
PluginOptionException
Represents errors that occurr when an requested option of a plugin config is invalid.
- Type: Class
- Namespace: Melora.Plugins.Exceptions
- Implements: Exception, ISerializable
public class PluginOptionException : Exception, ISerializable
Constructors
Creates a new instance of PluginOptionException
public PluginOptionException(
string requestedOption,
Exception innerException)
Parameter | Summary |
---|---|
string requestedOption | The name of the rquested config option. |
Exception innerException | The inner exception. |
Properties
RequestedOption
The name of the rquested config option.
- Type: System.String
- 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