UITestInterpreter.LogActionExecutionException Method
Logs SQM Data for Playback Exception.
Namespace: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration (in Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.dll)
Syntax
'Declaration
Protected Friend Overrides Sub LogActionExecutionException ( _
exception As Exception _
)
protected internal override void LogActionExecutionException(
Exception exception
)
protected public:
virtual void LogActionExecutionException(
Exception^ exception
) override
abstract LogActionExecutionException :
exception:Exception -> unit
override LogActionExecutionException :
exception:Exception -> unit
override function LogActionExecutionException(
exception : Exception
)
Parameters
exception
Type: ExceptionException that Occured 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