C# Класс Abbotware.Core.Workflow.IndeterminateStateException

Indeterminate State runtime exception
Наследование: RuntimeException
Показать файл Открыть проект

Открытые методы

Метод Описание
IndeterminateStateException ( object o, string stateName, string workflowName )

Initializes a new instance of the IndeterminateStateException class.

Защищенные методы

Метод Описание
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.

Описание методов

IndeterminateStateException() защищенный Метод

Initializes a new instance of the IndeterminateStateException class.

IndeterminateStateException() публичный Метод

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() защищенный Метод

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

IndeterminateStateException() защищенный Метод

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