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

This exception is thrown when a device failed sending messages to IoTHub.
Inheritance: Microsoft.Azure.IoTSolutions.DeviceSimulation.Services.Exceptions.CustomException
Exibir arquivo Open project: microsoft/MCW-IoT-and-the-Smart-City

Public Methods

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

Method Details

TelemetrySendException() public method

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

TelemetrySendException() public method

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