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

ProxyException

public class ProxyException : SshException
The exception that is thrown when a proxy connection cannot be established.
public ProxyException()

Initializes a new instance of the ProxyException class.

public ProxyException(string message)

Initializes a new instance of the ProxyException class.

public ProxyException(string message, Exception innerException)

Initializes a new instance of the ProxyException class.

Initializes a new instance of the ProxyException class.