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

1 つのプロセスで複数のホストがある場合にエラー ソースを区別できるようにします。

PartitionId

1 つのプロセスで複数のホストがある場合にエラー ソースを区別できるようにします。

適用対象