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

Creates a new instance of the IOException class with its message string set to the empty string (""), its HRESULT set to COR_E_IO, and its ExceptionInfo reference set to null.

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

Remarks

[To be supplied.]

See Also

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