Click or drag to resize
DocumentLockExceptionCount Property
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.7 [UNOFFICIAL BUILD]
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