Exception Members
The following tables list the members exposed by the Exception type.
Public Constructors
Name | Description | |
---|---|---|
Exception | Overloaded. Initializes a new instance of the Exception class. |
Protected Fields
Name | Description | |
---|---|---|
m_HResult | Contains a coded numeric value that is assigned to a specific exception. |
Public Properties
Name | Description | |
---|---|---|
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 frames on the call stack at the time when the current exception was thrown. |
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ReferenceEquals | (Inherited from Object.) | |
ToString | Creates and returns a string representation of the current exception. |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |