你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EventProcessorOptions.ExceptionReceived 事件

定义

处理事件时,每当遇到异常时,将触发此事件。 用户可以为此事件注册处理程序以获取异常通知。

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

事件类型

适用于