C# 클래스 ATML1671Translator.exceptions.TranslationException

상속: System.Exception
파일 보기 프로젝트 열기: UtrsSoftware/ATMLWorkBench

공개 메소드들

메소드 설명
TranslationException ( ) : System
TranslationException ( String message ) : System
TranslationException ( String message, Exception innerException ) : System

메소드 상세

TranslationException() 공개 메소드

public TranslationException ( ) : System
리턴 System

TranslationException() 공개 메소드

public TranslationException ( String message ) : System
message String
리턴 System

TranslationException() 공개 메소드

public TranslationException ( String message, Exception innerException ) : System
message String
innerException System.Exception
리턴 System