ExceptionManager Class |
Namespace: Law.EdaIntegration.Exceptions
public class ExceptionManager
The ExceptionManager type exposes the following members.
Name | Description | |
---|---|---|
Properties |
Provides access to the Exception properties for this case.
|
Name | Description | |
---|---|---|
All |
Retrieves all exceptions that have occurred in a case
| |
ById |
Retrieves a specific exception by its unique identifier
| |
Checksum |
Gets a checksum representing the list of all exceptions in the case
| |
Count |
Gets the number of exceptions that will be retrieved by the specified filter
| |
CountsByType |
Retrieves the count of exceptions for each exception type that meets an optionally supplied
set of filter criteria. If no filters are supplied then counts are returned for each exception
type for which exceptions occurred.
| |
FilterValues |
Retrieves the values and the count of exceptions for a specified filter type.
| |
NextPage |
Gets the next page of exceptions
| |
ReProcess |
Queues up the documents with the provided list of exceptions to be reprocessed by Early Data Analyzer.
| |
ReProcessAll |
Reprocess all exceptions met by the filter criteria
| |
SaveAllToCsv |
Saves all exceptions allowed by filter to csv except specified ids
| |
SaveSelectedToCsv |
Saves the specified exceptions to a csv file
| |
UpdateProperties |
Saves the exception properties to the case.
|