Table of Contents

Property ErrorHandler

Namespace
NATS.Client.Core
Assembly
NATS.Client.Core.dll

ErrorHandler

Obsolete callback historically used for handling serialization errors All errors are now thrown as exceptions in PublishAsync This option method will be removed in a future release

[Obsolete("All errors are now thrown as exceptions in PublishAsync")]
public Action<Exception>? ErrorHandler { get; init; }

Property Value

Action<Exception>