Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Event raised when an error occurs when interpreting the UITest.
Namespace: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
public event EventHandler<UITestErrorEventArgs> InterpreterError
public:
event EventHandler<UITestErrorEventArgs^>^ InterpreterError {
void add(EventHandler<UITestErrorEventArgs^>^ value);
void remove(EventHandler<UITestErrorEventArgs^>^ value);
}
member InterpreterError : IEvent<EventHandler<UITestErrorEventArgs>,
UITestErrorEventArgs>
Public Event InterpreterError As EventHandler(Of UITestErrorEventArgs)
See Also
UITestInterpreterCore Class
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace
Return to top