UITestInterpreterCore.LogActionExecutionException Method (Exception)
Logs data for action execution exception.
Namespace: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
protected internal virtual void LogActionExecutionException(
Exception exception
)
public protected:
virtual void LogActionExecutionException(
Exception^ exception
)
abstract LogActionExecutionException :
exception:Exception -> unit
override LogActionExecutionException :
exception:Exception -> unit
Protected Friend Overridable Sub LogActionExecutionException (
exception As Exception
)
Parameters
exception
Type: System.ExceptionException that occurred during playback.
See Also
UITestInterpreterCore Class
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace
Return to top