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)