C# 클래스 Griffin.Container.DependencyNotRegisteredException

Thrown when a dependency is missing
상속: System.Exception
파일 보기 프로젝트 열기: jgauffin/Griffin.Container

공개 메소드들

메소드 설명
DependencyNotRegisteredException ( Type concreteType, Type missingService ) : System

Initializes a new instance of the DependencyNotRegisteredException class.

메소드 상세

DependencyNotRegisteredException() 공개 메소드

Initializes a new instance of the DependencyNotRegisteredException class.
public DependencyNotRegisteredException ( Type concreteType, Type missingService ) : System
concreteType System.Type Type of the concrete.
missingService System.Type The missing service.
리턴 System