C# Class Abbotware.Core.Workflow.IndeterminateStateException

Indeterminate State runtime exception
Inheritance: RuntimeException
Datei anzeigen Open project: abbotware/abbotware

Public Methods

Method Description
IndeterminateStateException ( object o, string stateName, string workflowName )

Initializes a new instance of the IndeterminateStateException class.

Protected Methods

Method Description
IndeterminateStateException ( )

Initializes a new instance of the IndeterminateStateException class.

IndeterminateStateException ( string message )

Initializes a new instance of the IndeterminateStateException class.

IndeterminateStateException ( string message, System.Exception innerException )

Initializes a new instance of the IndeterminateStateException class.

Method Details

IndeterminateStateException() protected method

Initializes a new instance of the IndeterminateStateException class.

IndeterminateStateException() public method

Initializes a new instance of the IndeterminateStateException class.
public IndeterminateStateException ( object o, string stateName, string workflowName )
o object external object
stateName string state name
workflowName string workflow name

IndeterminateStateException() protected method

Initializes a new instance of the IndeterminateStateException class.
protected IndeterminateStateException ( string message )
message string message

IndeterminateStateException() protected method

Initializes a new instance of the IndeterminateStateException class.
protected IndeterminateStateException ( string message, System.Exception innerException )
message string message
innerException System.Exception inner exception