Renci.SshNet.Common.ScpException.ScpException C# (CSharp) Méthode

ScpException() protected méthode

Initializes a new instance of the ScpException class.
The parameter is null. The class name is null or is zero (0).
protected ScpException ( 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.
Résultat System
        protected ScpException(SerializationInfo info, StreamingContext context)
            : base(info, context)
        {
        }
#endif // FEATURE_BINARY_SERIALIZATION

Same methods

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