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

OperationTimeoutError 类

操作超时。

继承
OperationTimeoutError

构造函数

OperationTimeoutError(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 self.

add_note

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

add_note()

with_traceback

Exception.with_traceback (tb) - 自行设置。traceback to tb and return self.

with_traceback()

属性

args

details

details: List[str]

error

error: str | None

message

message: str