Class StateMachineStateException
- Namespace
- LfrlAnvil.Computable.Automata.Exceptions
- Assembly
- LfrlAnvil.Computable.Automata.dll
Represents an error related to state retrieval from a state machine.
public class StateMachineStateException : ArgumentException, ISerializable
- Inheritance
-
StateMachineStateException
- Implements
- Inherited Members
Constructors
StateMachineStateException(string, string)
Creates a new StateMachineStateException instance.
public StateMachineStateException(string message, string paramName)