C# Класс Griffin.Container.CircularDependenciesException

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

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

Метод Описание
CircularDependenciesException ( string errMsg, IEnumerable path ) : System

Initializes a new instance of the CircularDependenciesException class.

Описание методов

CircularDependenciesException() публичный Метод

Initializes a new instance of the CircularDependenciesException class.
public CircularDependenciesException ( string errMsg, IEnumerable path ) : System
errMsg string The err MSG.
path IEnumerable Path to discovery.
Результат System