NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SEHException Constructor

Initializes an instance of the SEHException class.

Overload List

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);

See Also

SEHException Class | SEHException Members | System.Runtime.InteropServices Namespace