C# 클래스 Aqueduct.Configuration.SettingParseInvalidTypeException

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

공개 메소드들

메소드 설명
SettingParseInvalidTypeException ( Setting setting, Type parsedType ) : System

Constructs a new InvalidSettingTypeException.

SettingParseInvalidTypeException ( Setting setting, Type parsedType, Exception innerException ) : System

Constructs a new InvalidSettingTypeException.

메소드 상세

SettingParseInvalidTypeException() 공개 메소드

Constructs a new InvalidSettingTypeException.
public SettingParseInvalidTypeException ( Setting setting, Type parsedType ) : System
setting Setting
parsedType System.Type
리턴 System

SettingParseInvalidTypeException() 공개 메소드

Constructs a new InvalidSettingTypeException.
public SettingParseInvalidTypeException ( Setting setting, Type parsedType, Exception innerException ) : System
setting Setting
parsedType System.Type
innerException System.Exception The inner exception
리턴 System