Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
StateMachineErrorException.cs
2{
7 {
14 base(StateMachine, Message)
15 {
16 }
17
23 public StateMachineErrorException(string StateMachineId, string Message) :
24 base(StateMachineId, Message)
25 {
26 }
27 }
28}
StateMachineErrorException(StateMachine StateMachine, string Message)
Exception thrown when the Error action is executed.
StateMachineErrorException(string StateMachineId, string Message)
Exception thrown when the Error action is executed.
Class representing a state machine.
Definition: StateMachine.cs:43