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

NATSException() private method

private NATSException ( string err, Exception innerEx ) : System
err string
innerEx System.Exception
return System
        internal NATSException(string err, Exception innerEx)
            : base(err, innerEx)
        {
        }

Same methods

NATSException::NATSException ( ) : System
NATSException::NATSException ( string err ) : System
NATSException