Table of Contents

Class WorkflowException

Namespace
Bonsai
Assembly
Bonsai.Core.dll

Represents errors that occur in expression builder workflows.

[Serializable]
public class WorkflowException : Exception, ISerializable, _Exception
Inheritance
WorkflowException
Implements
Derived
Inherited Members

Constructors

WorkflowException()

Initializes a new instance of the WorkflowException class.

WorkflowException(SerializationInfo, StreamingContext)

Initializes a new instance of the WorkflowException class with serialized data.

WorkflowException(string)

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

WorkflowException(string, ExpressionBuilder)

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

WorkflowException(string, ExpressionBuilder, Exception)

Initializes a new instance of the WorkflowException class with a specified error message and a reference to both the ExpressionBuilder and the inner exception that caused this exception.

WorkflowException(string, Exception)

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

Properties

Builder

Gets the ExpressionBuilder instance that was the cause for the exception.