Initializes an instance of the SEHException class.
Initializes an instance of the SEHException with default properties.
[Visual Basic] Overloads Public Sub New()
[C#] public SEHException();
[C++] public: SEHException();
[JScript] public function SEHException();
Initializes a new instance of the SEHException class with a specified message.
[Visual Basic] Overloads Public Sub New(String)
[C#] public SEHException(String);
[C++] public: SEHException(String*);
[JScript] public function SEHException(String);
Initializes a new instance of the SEHException 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 SEHException(String, Exception);
[C++] public: SEHException(String*, Exception);
[JScript] public function SEHException(String, Exception);
SEHException Class | SEHException Members | System.Runtime.InteropServices Namespace