Renci.SshNet.Common.ProxyException.ProxyException C# (CSharp) Method

ProxyException() protected method

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.
return 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