ExceptionReceivedEventArgs Class

Definition

Provides data for the Microsoft.Azure.EventHubs.Processor.EventProcessorOptions.NotifyOfException(System.String,System.String,System.Exception,System.String) event.

public sealed class ExceptionReceivedEventArgs
type ExceptionReceivedEventArgs = class
Public NotInheritable Class ExceptionReceivedEventArgs
Inheritance
ExceptionReceivedEventArgs

Properties

Action

A short string that indicates what general activity threw the exception. See EventProcessorHostActionString for a list of possible values.

Exception

The exception that was thrown.

Hostname

Allows distinguishing the error source if multiple hosts in a single process.

PartitionId

Allows distinguishing the error source if multiple hosts in a single process.

Applies to