Share via


DeclarativeWorkflowException Class

Definition

Represents any exception that occurs during the execution of a process workflow.

public class DeclarativeWorkflowException : Exception
type DeclarativeWorkflowException = class
    inherit Exception
Public Class DeclarativeWorkflowException
Inherits Exception
Inheritance
DeclarativeWorkflowException
Derived

Constructors

Name Description
DeclarativeWorkflowException()

Initializes a new instance of the DeclarativeWorkflowException class.

DeclarativeWorkflowException(String, Exception)

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

DeclarativeWorkflowException(String)

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

Applies to