TestResultErrorInfo Class
Represents an error or warning message that was encountered during a test run and included in the test result.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
| Name | Description | |
|---|---|---|
![]() | TestResultErrorInfo(String^) | Initializes a new instance of the TestResultErrorInfo class by using the provided message. |
| Name | Description | |
|---|---|---|
![]() | Message | Gets or sets the test result error message text. |
![]() | StackTrace | Gets or sets the stack trace that was collected just before the associated error. |
| Name | Description | |
|---|---|---|
![]() | Clone() | Returns a copy of this error information object. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Load(XmlElement^, XmlTestStoreParameters^) | Loads an instance of this class from the provided XML element by using the provided parameters. |
![]() | Save(XmlElement^, XmlTestStoreParameters^) | Saves this object in the provided XML element. |
![]() | ToString() | (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.

