C# 클래스 Hiro.Containers.ServiceNotFoundException

Represents the exception thrown when a particular service cannot be resolved by a IMicroContainer instance.
상속: System.Exception
파일 보기 프로젝트 열기: philiplaureano/Hiro

공개 메소드들

메소드 설명
ServiceNotFoundException ( string serviceName, Type serviceType ) : System

Initializes a new instance of the ServiceNotFoundException class.

메소드 상세

ServiceNotFoundException() 공개 메소드

Initializes a new instance of the ServiceNotFoundException class.
public ServiceNotFoundException ( string serviceName, Type serviceType ) : System
serviceName string The service name.
serviceType System.Type The service type.
리턴 System