Table of Contents

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)

Parameters

message string

Exception's message.

paramName string

Exception's parameter name.