C# 클래스 Aqueduct.Configuration.SettingNotProcessedException

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

공개 메소드들

메소드 설명
SettingNotProcessedException ( Setting setting ) : System

Constructs a new SettingNotProcessedException.

SettingNotProcessedException ( Setting setting, Exception innerException ) : System

Constructs a new SettingNotProcessedException.

메소드 상세

SettingNotProcessedException() 공개 메소드

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

SettingNotProcessedException() 공개 메소드

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