August 2003
Intermediate to advanced
928 pages
32h 1m
English
DirectoryNotFoundException
This exception is thrown if you attempt to access a directory that does not exist.
public class DirectoryNotFoundException : IOException { // Public Constructors public DirectoryNotFoundException( ); public DirectoryNotFoundException(stringmessage); public DirectoryNotFoundException(stringmessage, ExceptioninnerException); // Protected Constructors protected DirectoryNotFoundException(System.Runtime.Serialization.SerializationInfoinfo, System.Runtime.Serialization.StreamingContextcontext); }
System.Object
→
System.Exception(System.Runtime.Serialization.ISerializable)
→
System.SystemException
→
IOException
→
DirectoryNotFoundException