Click or drag to resize

IExceptionFilterTypes Property

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

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

Property Value

Type: IEnumerableExceptionType
See Also