Click or drag to resize

UnifiedExceptionFilter Constructor (UnifiedExceptionFilter)

Creates a copy of an existing unified exception filter

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

Parameters

copyFrom
Type: Law.EdaIntegration.ExceptionsUnifiedExceptionFilter
The exception to copy
See Also