UITestInterpreterCore.LogActionExecutionException Method
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
'Declaration
Protected Friend Overridable Sub LogActionExecutionException ( _
exception As Exception _
)
protected internal virtual void LogActionExecutionException(
Exception exception
)
protected public:
virtual void LogActionExecutionException(
Exception^ exception
)
abstract LogActionExecutionException :
exception:Exception -> unit
override LogActionExecutionException :
exception:Exception -> unit
function LogActionExecutionException(
exception : Exception
)
Parameters
exception
Type: ExceptionException that occurred during playback.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace