C# Class NGettext.Loaders.CatalogLoadingException

Inheritance: System.Exception
Afficher le fichier Open project: neris/NGettext

Méthodes publiques

Méthode Description
CatalogLoadingException ( ) : System
CatalogLoadingException ( string message ) : System
CatalogLoadingException ( string message, Exception innerException ) : System

Method Details

CatalogLoadingException() public méthode

public CatalogLoadingException ( ) : System
Résultat System

CatalogLoadingException() public méthode

public CatalogLoadingException ( string message ) : System
message string
Résultat System

CatalogLoadingException() public méthode

public CatalogLoadingException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System