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!

FileNotFoundException Class

Represents a failed attempt to access a file that does not exist on disk.

Object
   Exception
      IOException
         FileNotFoundException

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

Remarks

[To be supplied.]

Requirements

Namespace: System.IO

Assembly: mscorlib.dll

See Also

FileNotFoundException Members | System.IO Namespace