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!

SystemError Constructor

Creates a new instance of the SystemError class.

Overload List

Creates a new instance of the SystemError class.

[Visual Basic] Overloads Public Sub New()
[C#] public SystemError();
[C++] public: SystemError();
[JScript] public function SystemError();

Creates a new instance of the SystemError class for the specified class.

[Visual Basic] Overloads Public Sub New(Integer)
[C#] public SystemError(int);
[C++] public: SystemError(int);
[JScript] public function SystemError(int);

See Also

SystemError Class | SystemError Members | System.Net Namespace