TestResultErrorInfo Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an error or warning message that was encountered during a test run and included in the test result.
public ref class TestResultErrorInfo sealed : ICloneable, Microsoft::VisualStudio::TestTools::Common::Xml::IXmlTestStore
[System.Serializable]
public sealed class TestResultErrorInfo : ICloneable, Microsoft.VisualStudio.TestTools.Common.Xml.IXmlTestStore
[<System.Serializable>]
type TestResultErrorInfo = class
interface ICloneable
interface IXmlTestStore
Public NotInheritable Class TestResultErrorInfo
Implements ICloneable, IXmlTestStore
- Inheritance
-
TestResultErrorInfo
- Attributes
- Implements
Test |
Initializes a new instance of the TestResultErrorInfo class by using the provided message. |
Message |
Gets or sets the test result error message text. |
Stack |
Gets or sets the stack trace that was collected just before the associated error. |
Clone() |
Returns a copy of this error information object. |
Load(Xml |
Loads an instance of this class from the provided XML element by using the provided parameters. |
Save(Xml |
Saves this object in the provided XML element. |
Produkt | Wersje |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |