你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DeviceNotFoundException 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
当设备处于禁用状态时,将引发异常,并将用于在连接状态处理程序中将状态设置为设备禁用。 此异常还对应于操作响应中的以下错误代码:
[System.Serializable]
public sealed class DeviceNotFoundException : Microsoft.Azure.Devices.Client.Exceptions.IotHubException
[<System.Serializable>]
type DeviceNotFoundException = class
inherit IotHubException
Public NotInheritable Class DeviceNotFoundException
Inherits IotHubException
- 继承
- 属性
构造函数
DeviceNotFoundException() |
初始化此类的新实例。 |
DeviceNotFoundException(SerializationInfo, StreamingContext) |
使用指定的序列化和上下文信息初始化 类的新实例。 |
DeviceNotFoundException(String) |
使用包含找不到的设备标识符的消息字符串初始化 类的新实例。 |
DeviceNotFoundException(String, Exception) |
使用消息字符串初始化 类的新实例,其中包含找不到的设备标识符,以及导致此异常的内部异常的引用。 |
DeviceNotFoundException(String, String) |
使用包含设备标识符和找不到的 IoT 中心实例的消息字符串初始化 类的新实例。 |
DeviceNotFoundException(String, String, String) |
使用包含找不到的设备标识符的消息字符串初始化 类的新实例。 |
属性
IsTransient |
指示错误是否为暂时性错误,应重试。 (继承自 IotHubException) |
TrackingId |
服务返回与此特定错误关联的跟踪 ID。 (继承自 IotHubException) |
方法
GetObjectData(SerializationInfo, StreamingContext) |
使用关于异常的信息设置 SerializationInfo。 使用此项可对序列化对象数据设置 IsTransient 和 TrackingId 。 (继承自 IotHubException) |