C# Class Aqueduct.Configuration.SettingNotFoundException

Inheritance: System.Exception
ファイルを表示 Open project: aqueduct/Aqueduct.SitecoreLib

Public Methods

Method Description
SettingNotFoundException ( string key ) : System

Constructs a new SettingNotFoundException.

SettingNotFoundException ( string key, Exception innerException ) : System

Constructs a new SettingNotFoundException.

Method Details

SettingNotFoundException() public method

Constructs a new SettingNotFoundException.
public SettingNotFoundException ( string key ) : System
key string
return System

SettingNotFoundException() public method

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