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

This exception is thrown when unable to send device twin reported properties
Наследование: Microsoft.Azure.IoTSolutions.DeviceSimulation.Services.Exceptions.CustomException
Показать файл Открыть проект

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

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

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

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

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

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

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