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