Constructor NatsJSException
NatsJSException(string)
Create JetStream generic exception.
public NatsJSException(string message)Parameters
- messagestring
- Error message. 
NatsJSException(string, Exception)
Create JetStream generic exception.
public NatsJSException(string message, Exception exception)