Table of Contents

Constructor NatsObjException

Namespace
NATS.Client.ObjectStore
Assembly
NATS.Client.ObjectStore.dll

NatsObjException(string)

Create a new NATS Object Store exception.

public NatsObjException(string message)

Parameters

message string

Exception message.

NatsObjException(string, Exception)

Create a new NATS Object Store exception.

public NatsObjException(string message, Exception exception)

Parameters

message string

Exception message.

exception Exception

Inner exception