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)

Creates a new IOException with its message string set to message, its HRESULT set to COR_E_IO, and its ExceptionInfo reference set to null.

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

Parameters

message
The message text for the exception.

Remarks

[To be supplied.]

See Also

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