C# Class Griffin.Container.ConcreteDependencyMissingException

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

Public Methods

Method Description
ConcreteDependencyMissingException ( Type concreteType, FailureReasons error ) : System

Initializes a new instance of the ConcreteDependencyMissingException class.

Method Details

ConcreteDependencyMissingException() public method

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.
return System