Click or drag to resize

ICaseExceptions Property

Provides access to the ExceptionItems generated during document processing for this case.

Namespace:  EdaIntegrationContract.Case
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 7.6
Syntax
C#
IExceptionManager Exceptions { get; }

Return Value

Type: IExceptionManager
Returns the ExceptionManager for this case.
See Also