C# Class Aqueduct.Configuration.SettingNotProcessedException

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

Public Methods

Method Description
SettingNotProcessedException ( Setting setting ) : System

Constructs a new SettingNotProcessedException.

SettingNotProcessedException ( Setting setting, Exception innerException ) : System

Constructs a new SettingNotProcessedException.

Method Details

SettingNotProcessedException() public method

Constructs a new SettingNotProcessedException.
public SettingNotProcessedException ( Setting setting ) : System
setting Setting
return System

SettingNotProcessedException() public method

Constructs a new SettingNotProcessedException.
public SettingNotProcessedException ( Setting setting, Exception innerException ) : System
setting Setting
innerException System.Exception The inner exception
return System