<PackageReference Include="SSH.NET" Version="2020.0.2" />

Renci.SshNet.Common.ProxyException

public class ProxyException : SshException
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); } }