LockException Class - Author-it On-Premises - Author-it

Author-it Development Documentation

Failed to acquire a lock on an object.

Namespace: Authorit.API.Exceptions

Constructors

Name

Description

Method

LockException()

Create a new instance of LockException class.

Method

LockException(int, string)

Create a new instance of LockException with supplied object ID.

Properties

Name

Description

Property

ObjectId

Object ID lock failed for.

Property

Username

Username of user currently holding the lock.

Property

FaultDetail

Object providing details that returned as a fault when the exception is thrown accessing the Author-it API with JSON or SOAP.

Property

Message

Description of failure.

Methods

Class contains no methods.