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

Renci.SshNet.Common.NetConfServerException

The exception that is thrown when there is something wrong with the server capabilities.
namespace Renci.SshNet.Common { public class NetConfServerException : SshException { public NetConfServerException(); public NetConfServerException(string message); public NetConfServerException(string message, Exception innerException); protected NetConfServerException(SerializationInfo info, StreamingContext context); } }