System.IO.PathTooLongException.PathTooLongException C# (CSharp) Méthode

PathTooLongException() protected méthode

protected PathTooLongException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat 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