TestExecutionTraceInformation Class

Definition

Encapsulates the trace information when an error occurs during test execution. This class cannot be inherited.

public ref class TestExecutionTraceInformation sealed : ICloneable, Microsoft::VisualStudio::TestTools::Common::Xml::IXmlTestStore
[System.Serializable]
public sealed class TestExecutionTraceInformation : ICloneable, Microsoft.VisualStudio.TestTools.Common.Xml.IXmlTestStore
[<System.Serializable>]
type TestExecutionTraceInformation = class
    interface ICloneable
    interface IXmlTestStore
Public NotInheritable Class TestExecutionTraceInformation
Implements ICloneable, IXmlTestStore
Inheritance
TestExecutionTraceInformation
Attributes
Implements

Constructors

TestExecutionTraceInformation()

Initializes a new instance of the TestExecutionTraceInformation class.

TestExecutionTraceInformation(String)

Initializes a new instance of the TestExecutionTraceInformation class.

Properties

Message

Gets the exception message.

Methods

AppendTrace(String)

Appends more trace data to the current trace data.

Clone()

Returns a copy of this object.

Equals(Object)
GetHashCode()
Load(XmlElement, XmlTestStoreParameters)
Save(XmlElement, XmlTestStoreParameters)
ToString()

Returns this object as a string.

Applies to