[This is preliminary documentation and is subject to change.]
| Icon | Member | Description |
|---|---|---|
| DescriptiveException()()()() |
Initializes a new instance of the DescriptiveException class with no message.
| |
| DescriptiveException(String) |
Initializes a new instance of the DescriptiveException class with its message string set to message.
| |
| DescriptiveException(String, Exception) |
Initializes a new instance of the DescriptiveException class with its message string set to message and a reference to the inner exception that is the cause of this exception.
|