Share via


PexExceptionValidatorAttributeBase.IsExceptionTypeValid(TypeEx) Method

Definition

Determines whether the exception type is allowed.

protected:
 abstract bool IsExceptionTypeValid(Microsoft::ExtendedReflection::Metadata::TypeEx ^ exceptionType);
protected abstract bool IsExceptionTypeValid (Microsoft.ExtendedReflection.Metadata.TypeEx exceptionType);
abstract member IsExceptionTypeValid : Microsoft.ExtendedReflection.Metadata.TypeEx -> bool
Protected MustOverride Function IsExceptionTypeValid (exceptionType As TypeEx) As Boolean

Parameters

exceptionType
Microsoft.ExtendedReflection.Metadata.TypeEx

Type of the exception.

Returns

Returns Boolean.

Applies to