Constructor NatsJSException
NatsJSException(string)
Create JetStream generic exception.
public NatsJSException(string message)
Parameters
message
stringError message.
NatsJSException(string, Exception)
Create JetStream generic exception.
public NatsJSException(string message, Exception exception)