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

AuthenticationError 类

由于身份验证问题,无法连接到事件中心服务。

继承
AuthenticationError

构造函数

AuthenticationError(message: str, details: List[str] | None = None)

参数

名称 说明
message
必需
details
默认值: None

方法

add_note

Exception.add_note (注释) - 向异常添加注释

with_traceback

Exception.with_traceback (tb) – 设置自我。traceback to tb and return to tb and return self.

add_note

Exception.add_note (注释) - 向异常添加注释

add_note()

with_traceback

Exception.with_traceback (tb) – 设置自我。traceback to tb and return to tb and return self.

with_traceback()

属性

args