Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Encapsulates the trace information when an error occurs during test execution. This class cannot be inherited.
Inheritance Hierarchy
System.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).) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | (Overrides Object.GetHashCode().) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
Load | |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
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.