C# Class NATS.Client.NATSException

The exception that is thrown when there is a NATS error condition. All NATS exception inherit from this class.
Inheritance: System.Exception
Mostra file Open project: nats-io/csnats Class Usage Examples

Private Methods

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