Table of Contents

Class StateMachineTransitionException

Namespace
LfrlAnvil.Computable.Automata.Exceptions
Assembly
LfrlAnvil.Computable.Automata.dll

Represents an error related to transition retrieval from a state machine.

public class StateMachineTransitionException : ArgumentException, ISerializable
Inheritance
StateMachineTransitionException
Implements
Inherited Members

Constructors

StateMachineTransitionException(string, string)

Creates a new StateMachineTransitionException instance.

public StateMachineTransitionException(string message, string paramName)

Parameters

message string

Exception's message.

paramName string

Exception's parameter name.