Click or drag to resize

CaseExceptions Property

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

Namespace:  Law.EdaIntegration.Case
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax
C#
public ExceptionManager Exceptions { get; }

Return Value

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