C# Класс CouldNotCreateInstanceOfHostedService, Runtime

Exception that gets thrown when a ServiceDescriptor can not be resolved to an instance of IHostedService.
Наследование: Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
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,