Table of Contents

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

message string

Exception message

NatsKVException(string, Exception)

Create a new Key Value Store exception

public NatsKVException(string message, Exception exception)

Parameters

message string

Exception message

exception Exception

Inner exception