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 Class

Represents an occurrence of an I/O error.

Object
   Exception
      IOException

[Visual Basic]
Public Class IOException
   Inherits Exception
[C#]
public class IOException : Exception
[C++]
public __gc class IOException : public Exception
[JScript]
public class IOException extends Exception

Remarks

[To be supplied.]

Requirements

Namespace: System.IO

Assembly: mscorlib.dll

See Also

IOException Members | System.IO Namespace