Table of Contents

Constructor NatsSvcEndpointException

Namespace
NATS.Client.Services
Assembly
NATS.Client.Services.dll

NatsSvcEndpointException(int, string, string?)

Creates a new instance of NatsSvcEndpointException.

public NatsSvcEndpointException(int code, string message, string? body = null)

Parameters

code int

Error code.

message string

Error message

body string

Optional error body.