C# Class Aqueduct.Configuration.InvalidTypeException

Inheritance: System.Exception
Afficher le fichier Open project: aqueduct/Aqueduct.SitecoreLib

Méthodes publiques

Méthode Description
InvalidTypeException ( string type ) : System

Constructs a new InvalidTypeException.

InvalidTypeException ( string type, Exception innerException ) : System

Constructs a new InvalidTypeException.

Method Details

InvalidTypeException() public méthode

Constructs a new InvalidTypeException.
public InvalidTypeException ( string type ) : System
type string
Résultat System

InvalidTypeException() public méthode

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