C# Класс Catel.IoC.TypeNotRegisteredException

Exception class in case an requested type from IServiceLocator is not registered.
Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
TypeNotRegisteredException ( Type requestedType, string message ) : System

Initializes a new instance of the TypeNotRegisteredException class.

Описание методов

TypeNotRegisteredException() публичный Метод

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.
Результат System