C# Class Microsoft.Azure.IoTSolutions.DeviceSimulation.Services.Exceptions.PropertySendException

This exception is thrown when unable to send device twin reported properties
Inheritance: Microsoft.Azure.IoTSolutions.DeviceSimulation.Services.Exceptions.CustomException
Afficher le fichier Open project: microsoft/MCW-IoT-and-the-Smart-City

Méthodes publiques

Méthode Description
PropertySendException ( string message ) : System
PropertySendException ( string message, Exception innerException ) : System

Method Details

PropertySendException() public méthode

public PropertySendException ( string message ) : System
message string
Résultat System

PropertySendException() public méthode

public PropertySendException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System