Click or drag to resize
DocumentLockException Property
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.7 [UNOFFICIAL BUILD]
Syntax
C#
public Exception Exception { get; }

Property Value

Type: Exception
The exception.
See Also