Renci.SshNet.Common.ProxyException.ProxyException C# (CSharp) Метод

ProxyException() защищенный Метод

Initializes a new instance of the ProxyException class.
The parameter is null. The class name is null or is zero (0).
protected ProxyException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo The that holds the serialized object data about the exception being thrown.
context StreamingContext The that contains contextual information about the source or destination.
Результат System
        protected ProxyException(SerializationInfo info, StreamingContext context)
            : base(info, context)
        {
        }
#endif // FEATURE_BINARY_SERIALIZATION

Same methods

ProxyException::ProxyException ( ) : System
ProxyException::ProxyException ( string message ) : System
ProxyException::ProxyException ( string message, Exception innerException ) : System
ProxyException