Click or drag to resize

ExceptionFilterTypes Property

An optional list of exception types that should be used to limit the list of exceptions returned.

Namespace:  Law.EdaIntegration.Exceptions
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax
C#
public IEnumerable<ExceptionType> Types { get; set; }

Property Value

Type: IEnumerableExceptionType
See Also