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

BigInteger

Represents an arbitrarily large signed integer.
using System; 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) { } } }