Table of Contents

Class WorkflowBuildException

Namespace
Bonsai
Assembly
Bonsai.Core.dll

Represents errors that occur during the build phase of an expression builder workflow.

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

Constructors

WorkflowBuildException()

Initializes a new instance of the WorkflowBuildException class.

WorkflowBuildException(SerializationInfo, StreamingContext)

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

WorkflowBuildException(string)

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

WorkflowBuildException(string, ExpressionBuilder)

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

WorkflowBuildException(string, ExpressionBuilder, Exception)

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

WorkflowBuildException(string, Exception)

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