C# 클래스 Aqueduct.Configuration.SettingNotFoundException

상속: System.Exception
파일 보기 프로젝트 열기: aqueduct/Aqueduct.SitecoreLib

공개 메소드들

메소드 설명
SettingNotFoundException ( string key ) : System

Constructs a new SettingNotFoundException.

SettingNotFoundException ( string key, Exception innerException ) : System

Constructs a new SettingNotFoundException.

메소드 상세

SettingNotFoundException() 공개 메소드

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

SettingNotFoundException() 공개 메소드

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