ProcessErrorEventArgs 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.
Contains information about the entity whose processing threw an exception, as well as the exception that has been thrown.
public sealed class ProcessErrorEventArgs : EventArgs
type ProcessErrorEventArgs = class
inherit EventArgs
Public NotInheritable Class ProcessErrorEventArgs
Inherits EventArgs
- Inheritance
-
ProcessErrorEventArgs
Constructors
ProcessErrorEventArgs(Exception, ServiceBusErrorSource, String, String, String, CancellationToken) |
Initializes a new instance of the ProcessErrorEventArgs class. |
Properties
CancellationToken |
Gets the processor's CancellationToken instance which will be cancelled when StopProcessingAsync(CancellationToken) is called. |
EntityPath |
Gets the entity path associated with the error event. |
ErrorSource |
Gets the source associated with the error. |
Exception |
Gets the exception that triggered the call to the error event handler. |
FullyQualifiedNamespace |
Gets the namespace name associated with the error event.
This is likely to be similar to |
Identifier |
Gets the identifier of the processor that raised this event. |
Applies to
Azure SDK for .NET