C# Class Microsoft.Automata.AutomataException

Exeption thrown by the automata constructions
Inheritance: System.Exception
Afficher le fichier Open project: AutomataDotNet/Automata

Méthodes publiques

Свойство Type Description
kind AutomataExceptionKind

Méthodes publiques

Méthode Description
AutomataException ( AutomataExceptionKind kind ) : System
AutomataException ( AutomataExceptionKind kind, Exception innerException ) : System
AutomataException ( string message ) : System
AutomataException ( string message, Exception innerException ) : System

Private Methods

Méthode Description
GetMessage ( AutomataExceptionKind kind ) : string

Method Details

AutomataException() public méthode

public AutomataException ( AutomataExceptionKind kind ) : System
kind AutomataExceptionKind
Résultat System

AutomataException() public méthode

public AutomataException ( AutomataExceptionKind kind, Exception innerException ) : System
kind AutomataExceptionKind
innerException System.Exception
Résultat System

AutomataException() public méthode

public AutomataException ( string message ) : System
message string
Résultat System

AutomataException() public méthode

public AutomataException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System

Property Details

kind public_oe property

public AutomataExceptionKind kind
Résultat AutomataExceptionKind