Click or drag to resize

ExceptionFilter Constructor (ExceptionFilter)

Creates a new exception filter as a copy of an existing exception filter

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

Parameters

copyFrom
Type: Law.EdaIntegration.ExceptionsExceptionFilter
The exception filter from which to copy
See Also