Partager via


UITestInterpreterCore.IsExpectedExceptionFromActionExecution, méthode

Retourne la valeur true si l'exception donnée est attendue de l'exécution d'une action.

Espace de noms :  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly :  Microsoft.VisualStudio.TestTools.UITest.Common (dans Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntaxe

'Déclaration
Protected Friend Overridable Function IsExpectedExceptionFromActionExecution ( _
    ex As Exception _
) As Boolean
protected internal virtual bool IsExpectedExceptionFromActionExecution(
    Exception ex
)
protected public:
virtual bool IsExpectedExceptionFromActionExecution(
    Exception^ ex
)
abstract IsExpectedExceptionFromActionExecution : 
        ex:Exception -> bool 
override IsExpectedExceptionFromActionExecution : 
        ex:Exception -> bool 
 function IsExpectedExceptionFromActionExecution(
    ex : Exception
) : boolean

Paramètres

Valeur de retour

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

UITestInterpreterCore Classe

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration, espace de noms