UITestException.ErrorInfo Property
Definition
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.
Gets or sets information about the UI test action that caused the exception.
public:
property Microsoft::VisualStudio::TestTools::UITest::Extension::ILastInvocationInfo ^ ErrorInfo { Microsoft::VisualStudio::TestTools::UITest::Extension::ILastInvocationInfo ^ get(); void set(Microsoft::VisualStudio::TestTools::UITest::Extension::ILastInvocationInfo ^ value); };
public Microsoft.VisualStudio.TestTools.UITest.Extension.ILastInvocationInfo ErrorInfo { get; set; }
member this.ErrorInfo : Microsoft.VisualStudio.TestTools.UITest.Extension.ILastInvocationInfo with get, set
Public Property ErrorInfo As ILastInvocationInfo
Property Value
Information about the last test action that was invoked.