Class ProxyException
- Namespace
- Renci.SshNet.Common
- Assembly
- Renci.SshNet.dll
The exception that is thrown when a proxy connection cannot be established.
public class ProxyException : SshException, ISerializableInheritance
Implements
Inherited Members
Constructors
ProxyException()
Initializes a new instance of the Renci.SshNet.Common.ProxyException class.
public ProxyException()ProxyException(string?)
Initializes a new instance of the Renci.SshNet.Common.ProxyException class.
public ProxyException(string? message)Parameters
messagestring?-
The message that describes the error.
ProxyException(string?, Exception?)
Initializes a new instance of the Renci.SshNet.Common.ProxyException class.
public ProxyException(string? message, Exception? innerException)