C# Class NS_Glyph.GErrApplication

Inheritance: GErr
Mostra file Open project: HinTak/Font-Validator Class Usage Examples

Protected Properties

Property Type Description
strException string

Public Methods

Method Description
Draw ( I_Draw i_draw, NS_IDraw.DrawParam dp ) : void
GErrApplication ( int indGlyph, NS_GMath.GConsts typeGlyph, Exception exception ) : System
WriteSpecific ( ) : string

Protected Methods

Method Description
ClearFunc ( ) : void
ExceptionToString ( Exception exception ) : string
GErrApplication ( ) : System

Method Details

ClearFunc() protected method

protected ClearFunc ( ) : void
return void

Draw() public method

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

ExceptionToString() protected method

protected ExceptionToString ( Exception exception ) : string
exception System.Exception
return string

GErrApplication() protected method

protected GErrApplication ( ) : System
return System

GErrApplication() public method

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

WriteSpecific() public method

public WriteSpecific ( ) : string
return string

Property Details

strException protected_oe property

protected string strException
return string