C# Class LinFu.IoC.Configuration.RecursiveDependencyException

Inheritance: System.Exception
Afficher le fichier Open project: philiplaureano/LinFu

Méthodes publiques

Méthode Description
RecursiveDependencyException ( LinkedList typeChain ) : System

Initializes the RecursiveDependencyException class with the chain of depedencies that caused the exception.

Method Details

RecursiveDependencyException() public méthode

Initializes the RecursiveDependencyException class with the chain of depedencies that caused the exception.
public RecursiveDependencyException ( LinkedList typeChain ) : System
typeChain LinkedList The sequence of types that caused the dependency exception.
Résultat System