C# Class Abbotware.Core.Workflow.IndeterminateStateException

Indeterminate State runtime exception
Inheritance: RuntimeException
Afficher le fichier Open project: abbotware/abbotware

Méthodes publiques

Méthode Description
IndeterminateStateException ( object o, string stateName, string workflowName )

Initializes a new instance of the IndeterminateStateException class.

Méthodes protégées

Méthode 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 méthode

Initializes a new instance of the IndeterminateStateException class.

IndeterminateStateException() public méthode

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 méthode

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

IndeterminateStateException() protected méthode

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