Click or drag to resize

ExceptionFilter Class

The filter to be applied when limiting the exceptions returned
Inheritance Hierarchy
SystemObject
  Law.EdaIntegration.ExceptionsExceptionFilter

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

The ExceptionFilter type exposes the following members.

Constructors
  NameDescription
Public methodExceptionFilter
Created an empty exception filter
Public methodExceptionFilter(ExceptionFilter)
Creates a new exception filter as a copy of an existing exception filter
Top
Properties
  NameDescription
Public propertyCustodianIds
An optional list of custodian identifiers that should be used to limit the list of exceptions returned.
Public propertyFileTypeIds
An optional list of file type identifiers that should be used to limit the list of exceptions returned.
Public propertyImportSetIds
An optional list of Import Set identifiers that should be used to limit the list of exceptions returned.
Public propertyIncludeExceptionsForExcludedDocuments
Flag controlling whether exceptions for documents excluded by EDA filters are included in the results.
Public propertySessionIds
An optional list of Explore import session identifiers that should be used to limit the list of exceptions returned.
Public propertyTypes
An optional list of exception types that should be used to limit the list of exceptions returned.
Top
See Also