SystemException Class
Defines the base class for system exception objects used to handle system error conditions.
Namespace: elsystem
Properties
Additional
properties, methods, and events are described in the classes listed
under Inheritance Hierarchy (see below).
| Name | Description | |
|
|
Category | Gets the category of the exception. |
|
|
Data | Gets a collection of key/value pairs that provide additional user-defined exceptions about the exception. |
|
|
HelpLink | Gets or sets a link to the help file associated with this exception. |
|
|
InnerException | Gets the exception instance that caused the current exception. |
|
|
Message | Gets a message that describes the current exception. |
|
|
Source | Gets or sets the name of the application or the object that causes the error. |
|
|
StackTrace | Gets the call sequence string of the code up to the point of the exception. |
|
|
TargetSite | Gets the name of the method that throws the current exception. |
Methods
| Name | Description | |
|
|
Create(Message,ex) | Initializes a new instance of the class with the specified error Message and a reference to the inner ex (Exception object) that is the cause of this exception. |
|
|
GetBaseException() | Gets the exception that is the root cause for one or more exceptions. |
|
|
ToString() | Returns a string representation of the current exception. |
Inheritance Hierarchy
elsystem.SystemException