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!

DirectoryNotFoundException Class

Returns an exception when trying to access a directory that doesn't exist on disk.

Object
   Exception
      IOException
         DirectoryNotFoundException

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

Remarks

[To be supplied.]

Requirements

Namespace: System.IO

Assembly: mscorlib.dll

See Also

DirectoryNotFoundException Members | System.IO Namespace