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

ScpException() public méthode

Initializes a new instance of the ScpException class.
public ScpException ( ) : System
Résultat System
        public ScpException()
        {
        }

Same methods

ScpException::ScpException ( SerializationInfo info, StreamingContext context ) : System
ScpException::ScpException ( string message ) : System
ScpException::ScpException ( string message, Exception innerException ) : System
ScpException