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
Public property Category Gets the category of the exception.
Public property Data Gets a collection of key/value pairs that provide additional user-defined exceptions about the exception.
Public property HelpLink Gets or sets a link to the help file associated with this exception.
Public property InnerException Gets the exception instance that caused the current exception.
Public property Message Gets a message that describes the current exception.
Public property Source Gets or sets the name of the application or the object that causes the error.
Public property StackTrace Gets the call sequence string of the code up to the point of the exception.
Public property TargetSite Gets the name of the method that throws the current exception.
Methods
  Name Description
Public property 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.
Public property GetBaseException() Gets the exception that is the root cause for one or more exceptions.
Public property ToString() Returns a string representation of the current exception.
Inheritance Hierarchy

elsystem.Object

elsystem.SystemException