C# 클래스 NS_Glyph.GErrApplication

상속: GErr
파일 보기 프로젝트 열기: HinTak/Font-Validator 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
strException string

공개 메소드들

메소드 설명
Draw ( I_Draw i_draw, NS_IDraw.DrawParam dp ) : void
GErrApplication ( int indGlyph, NS_GMath.GConsts typeGlyph, Exception exception ) : System
WriteSpecific ( ) : string

보호된 메소드들

메소드 설명
ClearFunc ( ) : void
ExceptionToString ( Exception exception ) : string
GErrApplication ( ) : System

메소드 상세

ClearFunc() 보호된 메소드

protected ClearFunc ( ) : void
리턴 void

Draw() 공개 메소드

public Draw ( I_Draw i_draw, NS_IDraw.DrawParam dp ) : void
i_draw I_Draw
dp NS_IDraw.DrawParam
리턴 void

ExceptionToString() 보호된 메소드

protected ExceptionToString ( Exception exception ) : string
exception System.Exception
리턴 string

GErrApplication() 보호된 메소드

protected GErrApplication ( ) : System
리턴 System

GErrApplication() 공개 메소드

public GErrApplication ( int indGlyph, NS_GMath.GConsts typeGlyph, Exception exception ) : System
indGlyph int
typeGlyph NS_GMath.GConsts
exception System.Exception
리턴 System

WriteSpecific() 공개 메소드

public WriteSpecific ( ) : string
리턴 string

프로퍼티 상세

strException 보호되어 있는 프로퍼티

protected string strException
리턴 string