DeclarativeWorkflowException 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.
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. |