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.

TestResultErrorInfo Class

 

Represents an error or warning message that was encountered during a test run and included in the test result.

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

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

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

NameDescription
System_CAPS_pubmethodTestResultErrorInfo(String^)

Initializes a new instance of the TestResultErrorInfo class by using the provided message.

NameDescription
System_CAPS_pubpropertyMessage

Gets or sets the test result error message text.

System_CAPS_pubpropertyStackTrace

Gets or sets the stack trace that was collected just before the associated error.

NameDescription
System_CAPS_pubmethodClone()

Returns a copy of this error information object.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodLoad(XmlElement^, XmlTestStoreParameters^)

Loads an instance of this class from the provided XML element by using the provided parameters.

System_CAPS_pubmethodSave(XmlElement^, XmlTestStoreParameters^)

Saves this object in the provided XML element.

System_CAPS_pubmethodToString()

(Inherited from Object.)

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: