Exception Members
The Exception type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
Exception()()()() |
Initializes a new instance of the Exception class.
|
![]() |
Exception(String) |
Initializes a new instance of the Exception class with a specified error message.
|
![]() |
Exception(String, Exception) |
Properties
Name | Description | |
---|---|---|
![]() |
Data |
Gets a collection of key/value pairs that provide additional user-defined information about the exception.
|
![]() |
InnerException |
Gets the Exception instance that caused the current exception.
|
![]() |
Message |
Gets a message that describes the current exception.
|
![]() |
StackTrace |
Gets a string representation of the immediate frames on the call stack.
|