C# Class BetterCms.Core.Exceptions.Configuration.ConfigurationLoaderException

Inheritance: CmsException
Afficher le fichier Open project: devbridge/BetterCMS

Méthodes publiques

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

Method Details

ConfigurationLoaderException() public méthode

public ConfigurationLoaderException ( ) : System
Résultat System

ConfigurationLoaderException() public méthode

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

ConfigurationLoaderException() public méthode

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