Share via


PexAllowedExceptionAttributeBase.IsExceptionTypeValid(TypeEx) Method

Definition

Determines whether the exception type is allowed.

protected:
 override bool IsExceptionTypeValid(Microsoft::ExtendedReflection::Metadata::TypeEx ^ exceptionType);
protected override bool IsExceptionTypeValid (Microsoft.ExtendedReflection.Metadata.TypeEx exceptionType);
override this.IsExceptionTypeValid : Microsoft.ExtendedReflection.Metadata.TypeEx -> bool
Protected Overrides Function IsExceptionTypeValid (exceptionType As TypeEx) As Boolean

Parameters

exceptionType
Microsoft.ExtendedReflection.Metadata.TypeEx

Type of the exception.

Returns

Returns Boolean.

Applies to