March 2002
Intermediate to advanced
864 pages
31h 8m
English
DirectoryNotFoundException
This exception is thrown if you attempt to access a directory that does not exist.
public class DirectoryNotFoundException : IOException { // Public Constructors public method DirectoryNotFoundException(); public method DirectoryNotFoundException(string message); public method DirectoryNotFoundException(string message, Exception innerException); // Protected Constructors protected method DirectoryNotFoundException( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context); }
System.Object→System.Exception(System.Runtime.Serialization.ISerializable)→System.SystemException→IOException→DirectoryNotFoundException