C# 클래스 Microsoft.Bek.Frontend.TreeOps.TagMismatchException

상속: TagException
파일 보기 프로젝트 열기: AutomataDotNet/Automata

공개 메소드들

메소드 설명
TagMismatchException ( ) : System
TagMismatchException ( string message ) : System
TagMismatchException ( string message, System inner ) : System
TagMismatchException ( string f1, string f2, string type ) : System

메소드 상세

TagMismatchException() 공개 메소드

public TagMismatchException ( ) : System
리턴 System

TagMismatchException() 공개 메소드

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

TagMismatchException() 공개 메소드

public TagMismatchException ( string message, System inner ) : System
message string
inner System
리턴 System

TagMismatchException() 공개 메소드

public TagMismatchException ( string f1, string f2, string type ) : System
f1 string
f2 string
type string
리턴 System