C# Class Griffin.Container.ServiceNotRegisteredException

Failed to resolve a service.
Inheritance: System.Exception
Afficher le fichier Open project: jgauffin/Griffin.Container

Méthodes publiques

Méthode Description
ServiceNotRegisteredException ( Type service ) : System

Initializes a new instance of the ServiceNotRegisteredException class.

Method Details

ServiceNotRegisteredException() public méthode

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