TestResult.ErrorInfo Property
Gets or sets information about the most recent error.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Property ErrorInfo As TestResultErrorInfo
public TestResultErrorInfo ErrorInfo { get; set; }
public:
property TestResultErrorInfo^ ErrorInfo {
TestResultErrorInfo^ get ();
void set (TestResultErrorInfo^ value);
}
member ErrorInfo : TestResultErrorInfo with get, set
function get ErrorInfo () : TestResultErrorInfo
function set ErrorInfo (value : TestResultErrorInfo)
Property Value
Type: Microsoft.VisualStudio.TestTools.Common.TestResultErrorInfo
Information about the most recent error.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.