Initializes a new instance of the TestExecutionTraceInformation class.
Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Sub New ( _
    trace As String _
)
public TestExecutionTraceInformation(
    string trace
)
public:
TestExecutionTraceInformation(
    String^ trace
)
new : 
        trace:string -> TestExecutionTraceInformation
public function TestExecutionTraceInformation(
    trace : String
)
Parameters
- trace 
 Type: String- The raw trace data. 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
TestExecutionTraceInformation Class