Renci.SshNet.Common.ProxyException
The exception that is thrown when a proxy connection cannot be established.
namespace Renci.SshNet.Common
{
public class ProxyException : SshException
{
public ProxyException();
public ProxyException(string message);
public ProxyException(string message, Exception innerException);
}
}