C# Class NGettext.Loaders.CatalogLoadingException

Inheritance: System.Exception
显示文件 Open project: neris/NGettext

Public Methods

Method Description
CatalogLoadingException ( ) : System
CatalogLoadingException ( string message ) : System
CatalogLoadingException ( string message, Exception innerException ) : System

Method Details

CatalogLoadingException() public method

public CatalogLoadingException ( ) : System
return System

CatalogLoadingException() public method

public CatalogLoadingException ( string message ) : System
message string
return System

CatalogLoadingException() public method

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