C# Class Catel.IoC.TypeNotRegisteredException

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

Public Methods

Method Description
TypeNotRegisteredException ( Type requestedType, string message ) : System

Initializes a new instance of the TypeNotRegisteredException class.

Method Details

TypeNotRegisteredException() public method

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.
return System