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

ProxyException

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