System.IO.PathTooLongException.PathTooLongException C# (CSharp) Method

PathTooLongException() protected method

protected PathTooLongException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System
        protected PathTooLongException(SerializationInfo info, StreamingContext context) : base (info, context) {
        }
    }

Same methods

PathTooLongException::PathTooLongException ( ) : System
PathTooLongException::PathTooLongException ( String message ) : System
PathTooLongException::PathTooLongException ( String message, Exception innerException ) : System
PathTooLongException