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!

SystemException Constructor

Initializes a new instance of the SystemException class.

Overload List

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

See Also

SystemException Class | SystemException Members | System Namespace