C# Класс Microsoft.Azure.IoTSolutions.DeviceSimulation.Services.Exceptions.InvalidConfigurationException

This exception is thrown when the service is configured incorrectly. In order to recover, the service owner should fix the configuration and re-deploy the service.
Наследование: Microsoft.Azure.IoTSolutions.DeviceSimulation.Services.Exceptions.CustomException
Показать файл Открыть проект

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

Метод Описание
InvalidConfigurationException ( ) : System
InvalidConfigurationException ( string message ) : System
InvalidConfigurationException ( string message, Exception innerException ) : System

Описание методов

InvalidConfigurationException() публичный Метод

public InvalidConfigurationException ( ) : System
Результат System

InvalidConfigurationException() публичный Метод

public InvalidConfigurationException ( string message ) : System
message string
Результат System

InvalidConfigurationException() публичный Метод

public InvalidConfigurationException ( string message, Exception innerException ) : System
message string
innerException Exception
Результат System