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

OnMessageOptions.ExceptionReceived 事件

定义

在收到异常时发生。 使你能够收到消息泵遇到的任何错误的通知。 收到错误时,将自动重试调用,因此这是信息性的。

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

事件类型

适用于