Share via


DeclarativeActionException Class

Definition

Represents an exception that occurs during action execution.

public sealed class DeclarativeActionException : Microsoft.Agents.AI.Workflows.Declarative.DeclarativeWorkflowException
type DeclarativeActionException = class
    inherit DeclarativeWorkflowException
Public NotInheritable Class DeclarativeActionException
Inherits DeclarativeWorkflowException
Inheritance
DeclarativeActionException

Constructors

Name Description
DeclarativeActionException()

Initializes a new instance of the DeclarativeActionException class.

DeclarativeActionException(String, Exception)

Initializes a new instance of the DeclarativeActionException class with a specified error message and a reference to the inner exception that is the cause of this exception.

DeclarativeActionException(String)

Initializes a new instance of the DeclarativeActionException class with a specified error message.

Applies to