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!

IOException Constructor (String, Int32)

Creates a new IOException with its message string set to message and its HRESULT user-defined.

[Visual Basic]
Overloads Public Sub New( _
   ByVal message As String, _
   ByVal hresult As Integer _
)
[C#]
public IOException(
   string message,
   int hresult
);
[C++]
public: IOException(
   String* message,
   int hresult
);
[JScript]
public function IOException(
   message : String,
   hresult : int
);

Parameters

message
The message text for the exception.
hresult
[To be supplied.]

See Also

IOException Class | IOException Members | System.IO Namespace | IOException Constructor Overload List