Property ErrorHandler
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; }