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 (Int32)

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

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

Parameters

err
[To be supplied.]

See Also

SystemError Class | SystemError Members | System.Net Namespace | SystemError Constructor Overload List