C# Class Aqueduct.Configuration.InvalidTypeException

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

Public Methods

Method Description
InvalidTypeException ( string type ) : System

Constructs a new InvalidTypeException.

InvalidTypeException ( string type, Exception innerException ) : System

Constructs a new InvalidTypeException.

Method Details

InvalidTypeException() public method

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

InvalidTypeException() public method

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