C# 클래스 BFSchema.AstConvertException

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

공개 메소드들

메소드 설명
AstConvertException ( ) : System
AstConvertException ( string msg ) : System
AstConvertException ( string msg, Exception ex ) : System

비공개 메소드들

메소드 설명
AstConvertException ( SerializationInfo info, StreamingContext context ) : System

메소드 상세

AstConvertException() 공개 메소드

public AstConvertException ( ) : System
리턴 System

AstConvertException() 공개 메소드

public AstConvertException ( string msg ) : System
msg string
리턴 System

AstConvertException() 공개 메소드

public AstConvertException ( string msg, Exception ex ) : System
msg string
ex System.Exception
리턴 System