Click or drag to resize

CycleStateMachineFireError Method

Fires the Error trigger, with its mandatory arguments

Namespace:  LynceeTec.API.Cycle
Assembly:  LynceeTec.API.Cycle (in LynceeTec.API.Cycle.dll) Version: 9.0.26418.0 , built 2021-10-22 08:52:21 UTC
Syntax
public void FireError(
	Exception exception
)

Parameters

exception
Type: SystemException
The unhandled exception which is the reason to switch to the FatalError state.
Exceptions
ExceptionCondition
InvalidTriggerExceptionThrown when the trigger fired is not a valid trigger for the current state of the state machine
See Also