ExceptionReceivedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET