Class ProxyException
The exception that is thrown when a proxy connection cannot be established.
public class ProxyException : SshException, ISerializable
- Inheritance
-
ProxyException
- Implements
- Inherited Members
Constructors
ProxyException()
Initializes a new instance of the ProxyException class.
public ProxyException()
ProxyException(string)
Initializes a new instance of the ProxyException class.
public ProxyException(string message)
Parameters
message
stringThe message.
ProxyException(string, Exception)
Initializes a new instance of the ProxyException class.
public ProxyException(string message, Exception innerException)