Share via


EventProcessorOptions.ExceptionReceived Event

Definition

This event fires whenever an exception is encountered when processing events. User can register an handler to this event for getting exception notification.

public event EventHandler<Microsoft.ServiceBus.Messaging.ExceptionReceivedEventArgs> ExceptionReceived;
member this.ExceptionReceived : EventHandler<Microsoft.ServiceBus.Messaging.ExceptionReceivedEventArgs> 
Public Event ExceptionReceived As EventHandler(Of ExceptionReceivedEventArgs) 

Event Type

Applies to