PexAllowedExceptionAttributeBase(Type) Constructor
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.
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.