AccessLockYieldRequestException Class

Definition

Exception being thrown when attempting to acquire a lock when a higher priority scope request access to a resource already taken and not released by the current access scope.

public ref class AccessLockYieldRequestException : OperationCanceledException
[System.Serializable]
public class AccessLockYieldRequestException : OperationCanceledException
[<System.Serializable>]
type AccessLockYieldRequestException = class
    inherit OperationCanceledException
Public Class AccessLockYieldRequestException
Inherits OperationCanceledException
Inheritance
AccessLockYieldRequestException
Attributes

Constructors

AccessLockYieldRequestException()

Applies to