C# Class LinFu.IoC.Configuration.RecursiveDependencyException

Inheritance: System.Exception
显示文件 Open project: philiplaureano/LinFu

Public Methods

Method Description
RecursiveDependencyException ( LinkedList typeChain ) : System

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

Method Details

RecursiveDependencyException() public method

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