C# Class Griffin.Container.ServiceNotRegisteredException

Failed to resolve a service.
Inheritance: System.Exception
Exibir arquivo Open project: jgauffin/Griffin.Container

Public Methods

Method Description
ServiceNotRegisteredException ( Type service ) : System

Initializes a new instance of the ServiceNotRegisteredException class.

Method Details

ServiceNotRegisteredException() public method

Initializes a new instance of the ServiceNotRegisteredException class.
public ServiceNotRegisteredException ( Type service ) : System
service System.Type The service.
return System