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.
UITestException::ErrorInfo Property
Gets or sets information about the UI test action that caused the exception.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
public: property ILastInvocationInfo^ ErrorInfo { [CompilerGeneratedAttribute] ILastInvocationInfo^ get(); [CompilerGeneratedAttribute] void set(ILastInvocationInfo^ value); }
Property Value
Type: Microsoft.VisualStudio.TestTools.UITest.Extension::ILastInvocationInfo^Information about the last test action that was invoked.
Show: