Class WorkflowRuntimeException
- Namespace
- Bonsai
- Assembly
- Bonsai.Core.dll
Represents errors that occur during the execution of an expression builder workflow.
[Serializable]
public class WorkflowRuntimeException : WorkflowException, ISerializable, _Exception
- Inheritance
-
WorkflowRuntimeException
- Implements
- Inherited Members
Constructors
- WorkflowRuntimeException()
Initializes a new instance of the WorkflowRuntimeException class.
- WorkflowRuntimeException(SerializationInfo, StreamingContext)
Initializes a new instance of the WorkflowRuntimeException class with serialized data.
- WorkflowRuntimeException(string)
Initializes a new instance of the WorkflowRuntimeException class with a specified error message.
- WorkflowRuntimeException(string, ExpressionBuilder)
Initializes a new instance of the WorkflowRuntimeException class with a specified error message and a reference to the ExpressionBuilder that is the cause of this exception.
- WorkflowRuntimeException(string, ExpressionBuilder, Exception)
Initializes a new instance of the WorkflowRuntimeException class with a specified error message and a reference to both the ExpressionBuilder and the inner exception that caused this exception.
- WorkflowRuntimeException(string, Exception)
Initializes a new instance of the WorkflowRuntimeException class with a specified error message and a reference to the inner exception that is the cause of this exception.