C# 클래스 hubiquitus4w8.hapi.exceptions.MissingAttrException

Exception to notify a missing attribute (ONLY used in builders)
상속: System.Exception
파일 보기 프로젝트 열기: hubiquitus-old/hubiquitus4w8

공개 메소드들

메소드 설명
GetLocalizedMessage ( ) : string
GetMessage ( ) : string
MissingAttrException ( string attrName ) : System

constructor

ToString ( ) : string

메소드 상세

GetLocalizedMessage() 공개 메소드

public GetLocalizedMessage ( ) : string
리턴 string

GetMessage() 공개 메소드

public GetMessage ( ) : string
리턴 string

MissingAttrException() 공개 메소드

constructor
public MissingAttrException ( string attrName ) : System
attrName string /// Name of the missing attribute ///
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string