Search Results for

    Show / Hide Table of Contents
    View Source

    Class DistributedLockingException

    Base class for all DistributedLockingExceptions.

    Inheritance
    object
    Exception
    ApplicationException
    Namespace: Umbraco.Cms.Core.DistributedLocking.Exceptions
    Assembly: Umbraco.Core.dll
    Syntax
    public class DistributedLockingException : ApplicationException

    Constructors

    View Source

    DistributedLockingException(string)

    Initializes a new instance of the DistributedLockingException class.

    Declaration
    public DistributedLockingException(string message)
    Parameters
    Type Name Description
    string message
    View Source

    DistributedLockingException(string, Exception)

    Initializes a new instance of the DistributedLockingException class.

    Declaration
    public DistributedLockingException(string message, Exception innerException)
    Parameters
    Type Name Description
    string message
    Exception innerException
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX