你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
LeaseLostException 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
租约丢失时发生异常,这通常发生在另一台主机占用时。 其他情况:通信失败、达到的重试次数、找不到租约。
[System.Serializable]
public class LeaseLostException : Exception
[<System.Serializable>]
type LeaseLostException = class
inherit Exception
Public Class LeaseLostException
Inherits Exception
- 继承
-
LeaseLostException
- 属性
构造函数
LeaseLostException() |
初始化 LeaseLostException 类的新实例。 |
LeaseLostException(ILease) |
使用指定的租约初始化 类的新实例 LeaseLostException 。 |
LeaseLostException(ILease, Exception, Boolean) |
使用指定的租约、内部异常和指示租约是否消失的标志初始化 类的新实例 LeaseLostException 。 |
LeaseLostException(SerializationInfo, StreamingContext) |
使用默认值初始化 LeaseLostException 类的新实例。 |
LeaseLostException(String) |
使用错误消息初始化 类的新实例 LeaseLostException 。 |
LeaseLostException(String, Exception) |
使用错误消息和内部异常初始化 类的新实例 LeaseLostException 。 |
属性
IsGone |
获取一个值,该值指示租用是否存在。 |
Lease |
获取丢失的租约。 |
方法
GetObjectData(SerializationInfo, StreamingContext) |
使用有关异常的信息设置 System.Runtime.Serialization.SerializationInfo。 |