C# Class Catel.IoC.TypeNotRegisteredException

Exception class in case an requested type from IServiceLocator is not registered.
Inheritance: System.Exception
Afficher le fichier Open project: Catel/Catel

Méthodes publiques

Méthode Description
TypeNotRegisteredException ( Type requestedType, string message ) : System

Initializes a new instance of the TypeNotRegisteredException class.

Method Details

TypeNotRegisteredException() public méthode

Initializes a new instance of the TypeNotRegisteredException class.
public TypeNotRegisteredException ( Type requestedType, string message ) : System
requestedType System.Type The requested type.
message string The message.
Résultat System