다음을 통해 공유


TestResultErrorInfo(String) Constructor

Definition

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

public:
 TestResultErrorInfo(System::String ^ message);
public TestResultErrorInfo (string message);
new Microsoft.VisualStudio.TestTools.Common.TestResultErrorInfo : string -> Microsoft.VisualStudio.TestTools.Common.TestResultErrorInfo
Public Sub New (message As String)

Parameters

message
String

The test result error message text.

Applies to