ProcessErrorEventArgs Class
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
Process |
Initializes a new instance of the ProcessErrorEventArgs class. |
Cancellation |
Gets the processor's CancellationToken instance which will be cancelled when StopProcessingAsync(CancellationToken) is called. |
Entity |
Gets the entity path associated with the error event. |
Error |
Gets the source associated with the error. |
Exception |
Gets the exception that triggered the call to the error event handler. |
Fully |
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. |
Product | Versions |
---|---|
Azure SDK for .NET | Latest, Preview |
Azure SDK for .NET feedback
Azure SDK for .NET is an open source project. Select a link to provide feedback: