Table of Contents

Class InitializeWindowException

Namespace
Whim
Assembly
Whim.dll
Exception thrown when a window could not be initialized.
[Serializable]
public class InitializeWindowException : Exception, ISerializable
Inheritance
InitializeWindowException
Implements
Inherited Members

Constructors

InitializeWindowException()

Constructs a new InitializeWindowException.
public InitializeWindowException()

InitializeWindowException(string)

Constructs a new InitializeWindowException.
public InitializeWindowException(string message)

Parameters

message string
The message that describes the error.

InitializeWindowException(string, Exception)

Constructs a new InitializeWindowException.
public InitializeWindowException(string message, Exception inner)

Parameters

message string
The message that describes the error.
inner Exception
The exception that is the cause of the current exception.