IPartitionReceiveHandler.ProcessErrorAsync(Exception) Method

Definition

Implement in order to handle exceptions that are thrown during receipt of events.

public System.Threading.Tasks.Task ProcessErrorAsync (Exception error);
abstract member ProcessErrorAsync : Exception -> System.Threading.Tasks.Task
Public Function ProcessErrorAsync (error As Exception) As Task

Parameters

error
Exception

The Exception to be processed

Returns

An asynchronour operation

Applies to