Click or drag to resize

UnifiedExceptionManager Class

Gets unified exceptions for case
Inheritance Hierarchy
SystemObject
  Law.EdaIntegration.ExceptionsUnifiedExceptionManager

Namespace:  Law.EdaIntegration.Exceptions
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax
C#
public class UnifiedExceptionManager

The UnifiedExceptionManager type exposes the following members.

Methods
  NameDescription
Public methodActiveCategories
Gets categories having exceptions for this case
Public methodAll
Gets all unified exceptions (filtered)
Public methodAnyCriticalErrors
Return true if any critical errors
Public methodById
Gets a unified exception by id and type
Public methodChecksum
Gets checksums for exceptions
Public methodCount
Gets filtered count of exceptions
Public methodFilterValues
Gets all values for a filter type
Public methodNextPage
Gets next page of exceptions
Public methodReprocessAll
Reprocess all filtered exceptions, skipping specified ids
Public methodReprocessSelected
Reprocess all specified ids
Public methodSaveAllToCsv
Save all filtered exceptions to csv except specified
Public methodSaveSelectedToCsv
Save specified exceptions to csv
Top
See Also