March 2002
Intermediate to advanced
864 pages
31h 8m
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 method PathTooLongException(); public method PathTooLongException(string message); public method PathTooLongException(string message, Exception innerException); // Protected Constructors protected method PathTooLongException( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context); }
System.Object→System.Exception(System.Runtime.Serialization.ISerializable)→System.SystemException→IOException→PathTooLongException