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.

TestResultErrorInfo Constructor (String^)

 

Initializes a new instance of the TestResultErrorInfo class by using the provided message.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

public:
TestResultErrorInfo(
	String^ message
)

Parameters

message
Type: System::String^

The test result error message text.

Return to top
Show: