你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ExceptionReceivedEventArgs 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为 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 |
如果单个进程中有多个主机,则允许区分错误源。 |