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

NetConfServerException

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