Information
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.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

System::Object
  Microsoft.VisualStudio.TestTools.Common::TestExecutionTraceInformation

[SerializableAttribute]
public ref class TestExecutionTraceInformation sealed : ICloneable, 
	IXmlTestStore

NameDescription
System_CAPS_pubmethodTestExecutionTraceInformation()

Initializes a new instance of the TestExecutionTraceInformation class.

System_CAPS_pubmethodTestExecutionTraceInformation(String^)

Initializes a new instance of the TestExecutionTraceInformation class.

NameDescription
System_CAPS_pubpropertyMessage

Gets the exception message.

NameDescription
System_CAPS_pubmethodAppendTrace(String^)

Appends more trace data to the current trace data.

System_CAPS_pubmethodClone()

Returns a copy of this object.

System_CAPS_pubmethodEquals(Object^)
System_CAPS_pubmethodGetHashCode()
System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodLoad(XmlElement^, XmlTestStoreParameters^)

System_CAPS_pubmethodSave(XmlElement^, XmlTestStoreParameters^)

System_CAPS_pubmethodToString()

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.

Return to top
Show: