你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

UnauthorizedException 类

定义

发生授权错误时引发的异常。

[System.Serializable]
public sealed class UnauthorizedException : Microsoft.Azure.Devices.Client.Exceptions.IotHubException
[<System.Serializable>]
type UnauthorizedException = class
    inherit IotHubException
Public NotInheritable Class UnauthorizedException
Inherits IotHubException
继承
UnauthorizedException
属性

注解

此异常意味着客户端无权使用指定的 IoT 中心。 有关详细信息,请查看 401003 IoTHubUnauthorized 指南。

构造函数

UnauthorizedException()

初始化此类的新实例。

UnauthorizedException(String)

初始化此类的新实例。

UnauthorizedException(String, Exception)

初始化此类的新实例。

属性

IsTransient

指示错误是否为暂时性错误,应重试。

(继承自 IotHubException)
TrackingId

服务返回与此特定错误关联的跟踪 ID。

(继承自 IotHubException)

方法

GetObjectData(SerializationInfo, StreamingContext)

使用关于异常的信息设置 SerializationInfo。 使用此方法将 和 TrackingId 设置为IsTransient序列化的对象数据。

(继承自 IotHubException)

适用于