Table of Contents

Class ConfigLoaderException

Namespace
Whim
Assembly
Whim.dll
Exception thrown by Whim when loading the config.
[Serializable]
public class ConfigLoaderException : Exception, ISerializable
Inheritance
ConfigLoaderException
Implements
Inherited Members

Constructors

ConfigLoaderException()

Initializes a new instance of the Exception class.
public ConfigLoaderException()

ConfigLoaderException(string)

Initializes a new instance of the Exception class with a specified error message.
public ConfigLoaderException(string message)

Parameters

message string
The message that describes the error.

ConfigLoaderException(string, Exception)

Initializes a new instance of the Exception class with a specified error message and a reference to the inner exception that is the cause of this exception.
public ConfigLoaderException(string message, Exception inner)

Parameters

message string
The error message that explains the reason for the exception.
inner Exception