DocumentLockExceptionCount Property DocuWare Platform .NET API
Gets the exception count. This is the number of exceptions which occured while this instance was aquiring a lock. The last exception can be accessed by Exception.

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

C#
public int ExceptionCount { get; }

Property Value

Type: Int32
The exception count. This is the number of exceptions which occured while this instance was aquiring a lock. The last exception can be accessed by Exception.
See Also

Reference