August 2003
Intermediate to advanced
928 pages
32h 1m
English
PathTooLongException
This exception is thrown when you attempt to access or create a file with a name that is too long for the filesystem.
public class PathTooLongException : IOException { // Public Constructors public PathTooLongException( ); public PathTooLongException(stringmessage); public PathTooLongException(stringmessage, ExceptioninnerException); // Protected Constructors protected PathTooLongException(System.Runtime.Serialization.SerializationInfoinfo, System.Runtime.Serialization.StreamingContextcontext); }
System.Object
→
System.Exception(System.Runtime.Serialization.ISerializable)
→
System.SystemException
→
IOException
→
PathTooLongException