C# Class Dolittle.DependencyInversion.Autofac.UnableToFindBindingForService

Exception that gets thrown when no binding exists for a service.
Inheritance: Exception
Afficher le fichier Open project: dolittle-obsolete/DotNET.Fundamentals

Méthodes publiques

Méthode Description
UnableToFindBindingForService ( Type service ) : System

Initializes a new instance of the UnableToFindBindingForService class.

Method Details

UnableToFindBindingForService() public méthode

Initializes a new instance of the UnableToFindBindingForService class.
public UnableToFindBindingForService ( Type service ) : System
service Type Service missing binding.
Résultat System