DocumentLockException Property DocuWare Platform .NET API
Gets the exception in case the last lock could not be acquired. It might happen that a single lock request can not be sucessfully executet. In this case this property contains the last exception. If the next lock can be acquired successfully, the value of this property is null again.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.6
Syntax

C#
public Exception Exception { get; }

Property Value

Type: Exception
The exception.
See Also

Reference