UITestException.ErrorInfo Property

Definition

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.

Applies to