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
Exibir arquivo Open project: microsoft/MCW-IoT-and-the-Smart-City

Public Methods

Method Description
PropertySendException ( string message ) : System
PropertySendException ( string message, Exception innerException ) : System

Method Details

PropertySendException() public method

public PropertySendException ( string message ) : System
message string
return System

PropertySendException() public method

public PropertySendException ( string message, Exception innerException ) : System
message string
innerException Exception
return System