C# Class Griffin.Container.ConcreteDependencyMissingException

Tried to build a concrete without finding all dependencies.
Inheritance: System.Exception
Afficher le fichier Open project: jgauffin/Griffin.Container

Méthodes publiques

Méthode Description
ConcreteDependencyMissingException ( Type concreteType, FailureReasons error ) : System

Initializes a new instance of the ConcreteDependencyMissingException class.

Method Details

ConcreteDependencyMissingException() public méthode

Initializes a new instance of the ConcreteDependencyMissingException class.
public ConcreteDependencyMissingException ( Type concreteType, FailureReasons error ) : System
concreteType System.Type Type of the concrete which could not be built.
error FailureReasons The error.
Résultat System