System.IO.DirectoryNotFoundException
namespace System.IO
{
public class DirectoryNotFoundException : IOException
{
public DirectoryNotFoundException();
protected DirectoryNotFoundException(SerializationInfo info, StreamingContext context);
public DirectoryNotFoundException(string message);
public DirectoryNotFoundException(string message, Exception innerException);
}
}