Search Results for

    Show / Hide Table of Contents
    View Source

    Class DistributedReadLockTimeoutException

    Exception thrown when a read lock could not be obtained in a timely manner.

    Inheritance
    System.Object
    DistributedLockingException
    DistributedLockingTimeoutException
    Namespace: Umbraco.Cms.Core.DistributedLocking.Exceptions
    Assembly: Umbraco.Core.dll
    Syntax
    public class DistributedReadLockTimeoutException : DistributedLockingTimeoutException

    Constructors

    View Source

    DistributedReadLockTimeoutException(Int32)

    Initializes a new instance of the DistributedReadLockTimeoutException class.

    Declaration
    public DistributedReadLockTimeoutException(int lockId)
    Parameters
    Type Name Description
    System.Int32 lockId
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • DistributedReadLockTimeoutException(Int32)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX