C# Class Hiro.Containers.ServiceNotFoundException

Represents the exception thrown when a particular service cannot be resolved by a IMicroContainer instance.
Inheritance: System.Exception
显示文件 Open project: philiplaureano/Hiro

Public Methods

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

Initializes a new instance of the ServiceNotFoundException class.

Method Details

ServiceNotFoundException() public method

Initializes a new instance of the ServiceNotFoundException class.
public ServiceNotFoundException ( string serviceName, Type serviceType ) : System
serviceName string The service name.
serviceType System.Type The service type.
return System