 | SequenceStateMachineFireError Method |
Fires the
Error trigger, with its mandatory arguments
Namespace:
LynceeTec.API.Sequence
Assembly:
LynceeTec.API.Sequence (in LynceeTec.API.Sequence.dll) Version: 9.0.26418.0 , built 2021-10-22 08:54:13 UTC
Syntaxpublic void FireError(
Exception exception
)
public:
void FireError(
Exception^ exception
)
Parameters
- exception
- Type: SystemException
The unhandled exception which is the reason to switch to the FatalError state.
ExceptionsException | Condition |
---|
InvalidTriggerException | Thrown when the trigger fired is not a valid trigger for the current state of the state machine |
See Also