UITestInterpreter.LogActionExecutionException 方法

记录SQM数据用于播放异常。

命名空间:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
程序集:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration(在 Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.dll 中)

语法

声明
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
)

参数

.NET Framework 安全性

请参见

参考

UITestInterpreter 类

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration 命名空间