C# 클래스 Microsoft.Automata.AutomataException

Exeption thrown by the automata constructions
상속: System.Exception
파일 보기 프로젝트 열기: AutomataDotNet/Automata

공개 프로퍼티들

프로퍼티 타입 설명
kind AutomataExceptionKind

공개 메소드들

메소드 설명
AutomataException ( AutomataExceptionKind kind ) : System
AutomataException ( AutomataExceptionKind kind, Exception innerException ) : System
AutomataException ( string message ) : System
AutomataException ( string message, Exception innerException ) : System

비공개 메소드들

메소드 설명
GetMessage ( AutomataExceptionKind kind ) : string

메소드 상세

AutomataException() 공개 메소드

public AutomataException ( AutomataExceptionKind kind ) : System
kind AutomataExceptionKind
리턴 System

AutomataException() 공개 메소드

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

AutomataException() 공개 메소드

public AutomataException ( string message ) : System
message string
리턴 System

AutomataException() 공개 메소드

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

프로퍼티 상세

kind 공개적으로 프로퍼티

public AutomataExceptionKind kind
리턴 AutomataExceptionKind