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

ExceptionReceivedEventArgs 类

定义

Microsoft.Azure.EventHubs.Processor.EventProcessorOptions.NotifyOfException(System.String,System.String,System.Exception,System.String) 事件提供数据。

public sealed class ExceptionReceivedEventArgs
type ExceptionReceivedEventArgs = class
Public NotInheritable Class ExceptionReceivedEventArgs
继承
ExceptionReceivedEventArgs

属性

Action

指示引发异常的常规活动的短字符串。 有关可能值的列表,请参阅 EventProcessorHostActionString。

Exception

抛出的异常。

Hostname

如果单个进程中有多个主机,则允许区分错误源。

PartitionId

如果单个进程中有多个主机,则允许区分错误源。

适用于