Partager via


PexAllowedExceptionAttributeBase(Type) Constructor

Definition

Initializes a new instance of the PexAllowedExceptionAttributeBase class.

protected:
 PexAllowedExceptionAttributeBase(Type ^ allowedExceptionType);
protected PexAllowedExceptionAttributeBase (Type allowedExceptionType);
new Microsoft.Pex.Framework.Validation.PexAllowedExceptionAttributeBase : Type -> Microsoft.Pex.Framework.Validation.PexAllowedExceptionAttributeBase
Protected Sub New (allowedExceptionType As Type)

Parameters

allowedExceptionType
Type

Type of the allowed exception.

Exceptions

allowedExceptionType is a null reference.

Applies to