PexAllowedExceptionAttributeBase.IsExceptionTypeValid(TypeEx) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.