C# Класс LinFu.IoC.NamedServiceNotFoundException

Наследование: LinFu.IoC.ServiceNotFoundException
Показать файл Открыть проект

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

Метод Описание
NamedServiceNotFoundException ( string serviceName, Type serviceType ) : System

Initializes the service exception using the given serviceType as the service that was not found.

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

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

Initializes the service exception using the given serviceType as the service that was not found.
public NamedServiceNotFoundException ( string serviceName, Type serviceType ) : System
serviceName string The name of the service being requested.
serviceType System.Type The service type being requested.
Результат System