C# 클래스 Aqueduct.Configuration.InvalidTypeException

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

공개 메소드들

메소드 설명
InvalidTypeException ( string type ) : System

Constructs a new InvalidTypeException.

InvalidTypeException ( string type, Exception innerException ) : System

Constructs a new InvalidTypeException.

메소드 상세

InvalidTypeException() 공개 메소드

Constructs a new InvalidTypeException.
public InvalidTypeException ( string type ) : System
type string
리턴 System

InvalidTypeException() 공개 메소드

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