Share via


ExecutorFailedEvent Class

Definition

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
ExecutorFailedEvent

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 null if no exception was thrown.

ExecutorId

The identifier of the executor that generated this event.

(Inherited from ExecutorEvent)

Methods

Name Description
ToString() (Inherited from ExecutorEvent)

Applies to