RunInfo Constructor

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

Syntax

'宣言
Public Sub New ( _
    textMessage As String, _
    ex As Exception, _
    computer As String, _
    outcome As TestOutcome _
)
'使用
Dim textMessage As String
Dim ex As Exception
Dim computer As String
Dim outcome As TestOutcome

Dim instance As New RunInfo(textMessage, _
    ex, computer, outcome)
public RunInfo(
    string textMessage,
    Exception ex,
    string computer,
    TestOutcome outcome
)
public:
RunInfo(
    String^ textMessage, 
    Exception^ ex, 
    String^ computer, 
    TestOutcome outcome
)
public function RunInfo(
    textMessage : String, 
    ex : Exception, 
    computer : String, 
    outcome : TestOutcome
)

Parameters

Permissions

See Also

Reference

RunInfo Class

RunInfo Members

Microsoft.VisualStudio.TestTools.Common Namespace