C# 클래스 Microsoft.Bek.Frontend.Meta.BekException

상속: System.Exception
파일 보기 프로젝트 열기: AutomataDotNet/Automata 1 사용 예제들

공개 메소드들

메소드 설명
BekException ( ) : System
BekException ( string message ) : System
BekException ( string message, System inner ) : System

메소드 상세

BekException() 공개 메소드

public BekException ( ) : System
리턴 System

BekException() 공개 메소드

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

BekException() 공개 메소드

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