C# Class Griffin.Container.CircularDependenciesException

Circular depenencies.
Inheritance: System.Exception
Exibir arquivo Open project: jgauffin/Griffin.Container

Public Methods

Method Description
CircularDependenciesException ( string errMsg, IEnumerable path ) : System

Initializes a new instance of the CircularDependenciesException class.

Method Details

CircularDependenciesException() public method

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