Encapsulates the trace information when an error occurs during test execution. This class cannot be inherited.
Inheritance Hierarchy
Object
  Microsoft.VisualStudio.TestTools.Common.TestExecutionTraceInformation
Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class TestExecutionTraceInformation _
    Implements ICloneable, IXmlTestStore
[SerializableAttribute]
public sealed class TestExecutionTraceInformation : ICloneable, 
    IXmlTestStore
[SerializableAttribute]
public ref class TestExecutionTraceInformation sealed : ICloneable, 
    IXmlTestStore
[<Sealed>]
[<SerializableAttribute>]
type TestExecutionTraceInformation =  
    class 
        interface ICloneable 
        interface IXmlTestStore 
    end
public final class TestExecutionTraceInformation implements ICloneable, IXmlTestStore
The TestExecutionTraceInformation type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | TestExecutionTraceInformation() | Initializes a new instance of the TestExecutionTraceInformation class. | 
| .gif) | TestExecutionTraceInformation(String) | Initializes a new instance of the TestExecutionTraceInformation class. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | Message | Gets the exception message. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | AppendTrace | Appends more trace data to the current trace data. | 
| .gif) | Clone | Returns a copy of this object. | 
| .gif) | Equals | (Overrides Object.Equals(Object).) | 
| .gif) | GetHashCode | (Overrides Object.GetHashCode.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | Load | |
| .gif) | Save | |
| .gif) | ToString | Returns this object as a string. (Overrides Object.ToString.) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.