共用方式為


UITestInterpreter.IsExpectedExceptionFromActionExecution 方法

如果預期執行動作會產生指定的例外狀況,則傳回 true。

命名空間:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
組件:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration (在 Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.dll 中)

語法

'宣告
Protected Friend Overrides Function IsExpectedExceptionFromActionExecution ( _
    ex As Exception _
) As Boolean
protected internal override bool IsExpectedExceptionFromActionExecution(
    Exception ex
)
protected public:
virtual bool IsExpectedExceptionFromActionExecution(
    Exception^ ex
) override
abstract IsExpectedExceptionFromActionExecution : 
        ex:Exception -> bool 
override IsExpectedExceptionFromActionExecution : 
        ex:Exception -> bool 
 override function IsExpectedExceptionFromActionExecution(
    ex : Exception
) : boolean

參數

傳回值

型別:System.Boolean

.NET Framework 安全性

請參閱

參考

UITestInterpreter 類別

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