C# Class Microsoft.Automata.AutomataException

Exeption thrown by the automata constructions
Inheritance: System.Exception
Show file Open project: AutomataDotNet/Automata

Public Properties

Property Type Description
kind AutomataExceptionKind

Public Methods

Method Description
AutomataException ( AutomataExceptionKind kind ) : System
AutomataException ( AutomataExceptionKind kind, Exception innerException ) : System
AutomataException ( string message ) : System
AutomataException ( string message, Exception innerException ) : System

Private Methods

Method Description
GetMessage ( AutomataExceptionKind kind ) : string

Method Details

AutomataException() public method

public AutomataException ( AutomataExceptionKind kind ) : System
kind AutomataExceptionKind
return System

AutomataException() public method

public AutomataException ( AutomataExceptionKind kind, Exception innerException ) : System
kind AutomataExceptionKind
innerException System.Exception
return System

AutomataException() public method

public AutomataException ( string message ) : System
message string
return System

AutomataException() public method

public AutomataException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System

Property Details

kind public property

public AutomataExceptionKind kind
return AutomataExceptionKind