| Class | Description |
|---|---|
| IotHubExceptionManager |
Provide static function to verify results and throw appropriate exception.
|
| Exception | Description |
|---|---|
| IotHubBadFormatException |
Create bad message format exception
|
| IotHubBadGatewayException |
Create bad gateway exception (device sent malformed response)
|
| IotHubDeviceMaximumQueueDepthExceededException |
Create iot hub device maximum queue depth exceeded exception
|
| IotHubDeviceNotFoundException |
Create iot hub not found exception
|
| IotHubException |
Super class for IotHub exceptions
|
| IotHubGatewayTimeoutException |
Create gateway timeout exception (device does not answer in time)
|
| IotHubInternalServerErrorException |
Create internal server error exception
|
| IotHubInvalidOperationException |
Create iot hub invalid operation exception
|
| IotHubMessageTooLargeException |
Create iot hub Message too large exception
|
| IotHubNotFoundException |
Create iot hub not found exception
|
| IotHubNotSupportedException |
Create iot hub not found exception
|
| IotHubPreconditionFailedException |
Create precondition failed exception
|
| IotHubServerBusyException |
Create server busy exception
|
| IotHubTooManyDevicesException |
Create too many devices exception
|
| IotHubTooManyRequestsException |
Create too many requests exception
|
| IotHubUnathorizedException |
Create unauthorized exception
|
Copyright © 2017. All rights reserved.