C# 클래스 Griffin.Container.CircularDependenciesException

Circular depenencies.
상속: System.Exception
파일 보기 프로젝트 열기: jgauffin/Griffin.Container

공개 메소드들

메소드 설명
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