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