PexAssumptionFailedExceptionAttribute(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 PexAssumptionFailedExceptionAttribute class.
public:
PexAssumptionFailedExceptionAttribute(Type ^ exceptionType);
public PexAssumptionFailedExceptionAttribute (Type exceptionType);
new Microsoft.Pex.Framework.Exceptions.PexAssumptionFailedExceptionAttribute : Type -> Microsoft.Pex.Framework.Exceptions.PexAssumptionFailedExceptionAttribute
Public Sub New (exceptionType As Type)
Parameters
- exceptionType
- Type
Type of the exception.