Свойство | Тип | Описание | |
---|---|---|---|
kind | AutomataExceptionKind |
Метод | Описание | |
---|---|---|
AutomataException ( AutomataExceptionKind kind ) : System | ||
AutomataException ( AutomataExceptionKind kind, |
||
AutomataException ( string message ) : System | ||
AutomataException ( string message, |
Метод | Описание | |
---|---|---|
GetMessage ( AutomataExceptionKind kind ) : string |
public AutomataException ( AutomataExceptionKind kind ) : System | ||
kind | AutomataExceptionKind | |
Результат | System |
public AutomataException ( AutomataExceptionKind kind, |
||
kind | AutomataExceptionKind | |
innerException | ||
Результат | System |
public AutomataException ( string message ) : System | ||
message | string | |
Результат | System |
public AutomataException ( string message, |
||
message | string | |
innerException | ||
Результат | System |