Renci.SshNet.Common.ProxyException
namespace Renci.SshNet.Common
{
public class ProxyException : SshException
{
public ProxyException();
public ProxyException(string message);
public ProxyException(string message, Exception innerException);
}
}