InstanceLockException.InstanceId 属性
定义
异常实例的唯一标识符。The unique identifier of the exception instance.
public:
property Guid InstanceId { Guid get(); };
public Guid InstanceId { get; }
member this.InstanceId : Guid
Public ReadOnly Property InstanceId As Guid
属性值
一个 Guid,包含异常实例的唯一标识符。A Guid that contains the unique identifier of the exception instance.