Initializes a new instance of the SystemException class.
Initializes a new instance of the SystemException class with default properties.
[Visual Basic] Overloads Public Sub New()
[C#] public SystemException();
[C++] public: SystemException();
[JScript] public function SystemException();
Initializes a new instance of the SystemException class with a specified message.
[Visual Basic] Overloads Public Sub New(String)
[C#] public SystemException(String);
[C++] public: SystemException(String*);
[JScript] public function SystemException(String);
Initializes a new instance of the SystemException class with a specified message and the exception that is the root cause of this exception.
[Visual Basic] Overloads Public Sub New(String, Exception)
[C#] public SystemException(String, Exception);
[C++] public: SystemException(String*, Exception);
[JScript] public function SystemException(String, Exception);
SystemException Class | SystemException Members | System Namespace