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();
SEHException inherits from Exception. This constructor sets the properties of the Exception object as follows:
Property Type | Condition |
---|---|
InnerException | null |
Message | The empty string. |
SEHException Class | SEHException Members | System.Runtime.InteropServices Namespace | SEHException Constructor Overload List