ExecutorFailedEvent 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.
Event triggered when an executor handler fails.
public sealed class ExecutorFailedEvent : Microsoft.Agents.AI.Workflows.ExecutorEvent
type ExecutorFailedEvent = class
inherit ExecutorEvent
Public NotInheritable Class ExecutorFailedEvent
Inherits ExecutorEvent
- Inheritance
Constructors
| Name | Description |
|---|---|
| ExecutorFailedEvent(String, Exception) |
Event triggered when an executor handler fails. |
Properties
| Name | Description |
|---|---|
| Data |
The exception that caused the executor to fail. This may be |
| ExecutorId |
The identifier of the executor that generated this event. (Inherited from ExecutorEvent) |
Methods
| Name | Description |
|---|---|
| ToString() | (Inherited from ExecutorEvent) |