C# Class Aqueduct.Configuration.SettingNotFoundException

Inheritance: System.Exception
Afficher le fichier Open project: aqueduct/Aqueduct.SitecoreLib

Méthodes publiques

Méthode Description
SettingNotFoundException ( string key ) : System

Constructs a new SettingNotFoundException.

SettingNotFoundException ( string key, Exception innerException ) : System

Constructs a new SettingNotFoundException.

Method Details

SettingNotFoundException() public méthode

Constructs a new SettingNotFoundException.
public SettingNotFoundException ( string key ) : System
key string
Résultat System

SettingNotFoundException() public méthode

Constructs a new SettingNotFoundException.
public SettingNotFoundException ( string key, Exception innerException ) : System
key string
innerException System.Exception The inner exception
Résultat System