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.

TestRunTextResultMessage Constructor (Guid, String^, Exception^)

 

Initializes a new instance of the TestRunTextResultMessage class.

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

public:
TestRunTextResultMessage(
	Guid runId,
	String^ messageText,
	Exception^ exception
)

Parameters

runId
Type: System::Guid

A Guid for the test run.

messageText
Type: System::String^

The text for the message.

exception
Type: System::Exception^

The exception that precipitated this message.

Return to top
Show: