C# Class LinFu.IoC.NamedServiceNotFoundException

Inheritance: LinFu.IoC.ServiceNotFoundException
Exibir arquivo Open project: philiplaureano/LinFu

Public Methods

Method Description
NamedServiceNotFoundException ( string serviceName, Type serviceType ) : System

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

Method Details

NamedServiceNotFoundException() public method

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