Table of Contents

Class StateMachineCreationException

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

Represents an error that occurred during state machine creation.

public class StateMachineCreationException : InvalidOperationException, ISerializable
Inheritance
StateMachineCreationException
Implements
Inherited Members

Constructors

StateMachineCreationException(string)

Creates a new StateMachineCreationException instance.

public StateMachineCreationException(string message)

Parameters

message string

Exception's message.