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

Renci.SshNet.Common.SshException

public class SshException : Exception
The exception that is thrown when an SSH exception occurs.
namespace Renci.SshNet.Common { public class SshException : Exception { public SshException(); public SshException(string message); public SshException(string message, Exception innerException); } }