PexAllowedExceptionAttributeBase.IsExceptionTypeValid(TypeEx) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Bestimmt, ob der Ausnahmetyp zulässig ist.
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
Parameter
- exceptionType
- Microsoft.ExtendedReflection.Metadata.TypeEx
Der Typ der Ausnahme.