StateMachineTemplateTransition Method (String, String, Object) |
Namespace: StaMa
Exception | Condition |
---|---|
ArgumentNullException | The name is null or empty. |
ArgumentOutOfRangeException | The name is not a valid identifier for a Transition: The identifier of a Transition must start with a character followed by nonspace characters or digits. |
ArgumentOutOfRangeException | The name is not a unique: A Transition with the same name already exists within the StateMachineTemplate instance. |
StateMachineException | A syntax error was detected with this or the preceeding Region, EndRegion, State, EndState or Transition statements. |