C# 클래스 CouldNotCreateInstanceOfHostedService, Runtime

Exception that gets thrown when a ServiceDescriptor can not be resolved to an instance of IHostedService.
상속: Exception
파일 보기 프로젝트 열기: dolittle/Runtime

공개 메소드들

메소드 설명
CouldNotCreateInstanceOfHostedService ( ServiceDescriptor, descriptor ) : System,

Initializes a new instance of the CouldNotCreateInstanceOfHostedService class.

메소드 상세

CouldNotCreateInstanceOfHostedService() 공개 메소드

Initializes a new instance of the CouldNotCreateInstanceOfHostedService class.
public CouldNotCreateInstanceOfHostedService ( ServiceDescriptor, descriptor ) : System,
descriptor ServiceDescriptor, The service descriptor that should be resolvable to a hosted service.
리턴 System,