TestResultErrorInfo Constructor

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

Syntax

'宣言
Public Sub New ( _
    message As String _
)
'使用
Dim message As String

Dim instance As New TestResultErrorInfo(message)
public TestResultErrorInfo(
    string message
)
public:
TestResultErrorInfo(
    String^ message
)
public function TestResultErrorInfo(
    message : String
)

Parameters

Permissions

See Also

Reference

TestResultErrorInfo Class

TestResultErrorInfo Members

Microsoft.VisualStudio.TestTools.Common Namespace