NATS.Client.NATSException.NATSException C# (CSharp) Method

NATSException() private method

private NATSException ( ) : System
return System
        internal NATSException()
            : base()
        {
        }

Same methods

NATSException::NATSException ( string err ) : System
NATSException::NATSException ( string err, Exception innerEx ) : System
NATSException