Click or drag to resize

UnifiedExceptionFilter Class

Filter for unified exceptions
Inheritance Hierarchy
SystemObject
  Law.EdaIntegration.ExceptionsUnifiedExceptionFilter

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

The UnifiedExceptionFilter type exposes the following members.

Constructors
  NameDescription
Public methodUnifiedExceptionFilter
Creates an uninitialized unified exception filter
Public methodUnifiedExceptionFilter(UnifiedExceptionFilter)
Creates a copy of an existing unified exception filter
Top
Properties
  NameDescription
Public propertyExceptionFilter
Gets the underlying exception filter
Public propertyUnifiedExceptionType
The unified exception type to filter
Top
See Also