Search Results for

    Show / Hide Table of Contents
    View Source

    Class DistributedLockingTimeoutException

    Base class for all DistributedLocking timeout related exceptions.

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

    Constructors

    View Source

    DistributedLockingTimeoutException(Int32, Boolean)

    Initializes a new instance of the DistributedLockingTimeoutException class.

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