Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

PexAssumeFailedException Constructor (String^, Exception^)

 

Creates an instance of this class.

Namespace:   Microsoft.Pex.Framework.Exceptions
Assembly:  Microsoft.Pex.Framework (in Microsoft.Pex.Framework.dll)

public:
PexAssumeFailedException(
	String^ message,
	Exception^ inner
)

Parameters

message
Type: System::String^

inner
Type: System::Exception^

Return to top
Show: