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

ProxyException() public méthode

Initializes a new instance of the ScpException class.
public ProxyException ( string message ) : System
message string The message.
Résultat System
        public ProxyException(string message)
            : base(message)
        {
        }

Same methods

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