Constructor NatsKVException
- Namespace
- NATS.Client.KeyValueStore
- Assembly
- NATS.Client.KeyValueStore.dll
NatsKVException(string)
Create a new Key Value Store exception
public NatsKVException(string message)Parameters
- messagestring
- Exception message 
NatsKVException(string, Exception)
Create a new Key Value Store exception
public NatsKVException(string message, Exception exception)