C# 클래스 Griffin.Container.ServiceNotRegisteredException

Failed to resolve a service.
상속: System.Exception
파일 보기 프로젝트 열기: jgauffin/Griffin.Container

공개 메소드들

메소드 설명
ServiceNotRegisteredException ( Type service ) : System

Initializes a new instance of the ServiceNotRegisteredException class.

메소드 상세

ServiceNotRegisteredException() 공개 메소드

Initializes a new instance of the ServiceNotRegisteredException class.
public ServiceNotRegisteredException ( Type service ) : System
service System.Type The service.
리턴 System