C# Class Griffin.Container.CircularDependenciesException

Circular depenencies.
Inheritance: System.Exception
Afficher le fichier Open project: jgauffin/Griffin.Container

Méthodes publiques

Méthode Description
CircularDependenciesException ( string errMsg, IEnumerable path ) : System

Initializes a new instance of the CircularDependenciesException class.

Method Details

CircularDependenciesException() public méthode

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.
Résultat System