C# Class CouldNotCreateInstanceOfHostedService, Runtime

Exception that gets thrown when a ServiceDescriptor can not be resolved to an instance of IHostedService.
Inheritance: Exception
Exibir arquivo Open project: dolittle/Runtime

Public Methods

Method Description
CouldNotCreateInstanceOfHostedService ( ServiceDescriptor, descriptor ) : System,

Initializes a new instance of the CouldNotCreateInstanceOfHostedService class.

Method Details

CouldNotCreateInstanceOfHostedService() public method

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.
return System,