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.
TestExecutionTraceInformation Class
Encapsulates the trace information when an error occurs during test execution. This class cannot be inherited.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
| Name | Description | |
|---|---|---|
![]() | TestExecutionTraceInformation() | Initializes a new instance of the TestExecutionTraceInformation class. |
![]() | TestExecutionTraceInformation(String^) | Initializes a new instance of the TestExecutionTraceInformation class. |
| Name | Description | |
|---|---|---|
![]() | Message | Gets the exception message. |
| Name | Description | |
|---|---|---|
![]() | AppendTrace(String^) | Appends more trace data to the current trace data. |
![]() | Clone() | Returns a copy of this object. |
![]() | Equals(Object^) | (Overrides Object::Equals(Object^).) |
![]() | GetHashCode() | (Overrides Object::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | Load(XmlElement^, XmlTestStoreParameters^) | |
![]() | Save(XmlElement^, XmlTestStoreParameters^) | |
![]() | ToString() | Returns this object as a string.(Overrides Object::ToString().) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

