C# 클래스 NGettext.Loaders.CatalogLoadingException

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

공개 메소드들

메소드 설명
CatalogLoadingException ( ) : System
CatalogLoadingException ( string message ) : System
CatalogLoadingException ( string message, Exception innerException ) : System

메소드 상세

CatalogLoadingException() 공개 메소드

public CatalogLoadingException ( ) : System
리턴 System

CatalogLoadingException() 공개 메소드

public CatalogLoadingException ( string message ) : System
message string
리턴 System

CatalogLoadingException() 공개 메소드

public CatalogLoadingException ( string message, Exception innerException ) : System
message string
innerException System.Exception
리턴 System