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 SourceDistributedLockingException(String)
Initializes a new instance of the DistributedLockingException class.
Declaration
public DistributedLockingException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
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 |