TestExecutionTraceInformation Class
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 | |
---|---|---|
TestExecutionTraceInformation() | Initializes a new instance of the TestExecutionTraceInformation class. | |
TestExecutionTraceInformation(String) | Initializes a new instance of the TestExecutionTraceInformation class. |
Top
Properties
Name | Description | |
---|---|---|
Message | Gets the exception message. |
Top
Methods
Name | Description | |
---|---|---|
AppendTrace | Appends more trace data to the current trace data. | |
Clone | Returns a copy of this object. | |
Equals | (Overrides Object.Equals(Object).) | |
GetHashCode | (Overrides Object.GetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Load | ||
Save | ||
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.