C# Класс LinFu.IoC.Configuration.RecursiveDependencyException

Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
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