Partager via


PexAllowedExceptionAttributeBase.AllowedExceptionTypeDefinition Property

Definition

Gets the expected type of the exception.

public:
 property Microsoft::ExtendedReflection::Metadata::TypeDefinition ^ AllowedExceptionTypeDefinition { Microsoft::ExtendedReflection::Metadata::TypeDefinition ^ get(); };
public Microsoft.ExtendedReflection.Metadata.TypeDefinition AllowedExceptionTypeDefinition { get; }
member this.AllowedExceptionTypeDefinition : Microsoft.ExtendedReflection.Metadata.TypeDefinition
Public ReadOnly Property AllowedExceptionTypeDefinition As TypeDefinition

Property Value

Microsoft.ExtendedReflection.Metadata.TypeDefinition

The expected type of the exception.

Applies to