C# Class Griffin.Container.DependencyNotRegisteredException

Thrown when a dependency is missing
Inheritance: System.Exception
Exibir arquivo Open project: jgauffin/Griffin.Container

Public Methods

Method Description
DependencyNotRegisteredException ( Type concreteType, Type missingService ) : System

Initializes a new instance of the DependencyNotRegisteredException class.

Method Details

DependencyNotRegisteredException() public method

Initializes a new instance of the DependencyNotRegisteredException class.
public DependencyNotRegisteredException ( Type concreteType, Type missingService ) : System
concreteType System.Type Type of the concrete.
missingService System.Type The missing service.
return System