C# 클래스 LinFu.IoC.Configuration.RecursiveDependencyException

상속: System.Exception
파일 보기 프로젝트 열기: philiplaureano/LinFu

공개 메소드들

메소드 설명
RecursiveDependencyException ( LinkedList typeChain ) : System

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

메소드 상세

RecursiveDependencyException() 공개 메소드

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.
리턴 System