BigInteger
public struct BigInteger : IComparable, IFormattable, IComparable<BigInteger>, IEquatable<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)
{
}
}
}