Search Results for

    Show / Hide Table of Contents
    View Source

    Class DistributedLockingException

    Base class for all DistributedLockingExceptions.

    Inheritance
    System.Object
    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
    System.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
    System.String message
    Exception innerException
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • DistributedLockingException(String)
      • DistributedLockingException(String, Exception)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX