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

MessagingException.IsTransient 属性

定义

一个布尔值,指示异常是否为暂时性错误。 从此属性获取 true 意味着用户可以重试生成异常的操作,而无需额外的干预。

public bool IsTransient { get; }
member this.IsTransient : bool
Public ReadOnly Property IsTransient As Boolean

属性值

适用于