Partager via


UITestInterpreter.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.CodeGeneration (dans Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.dll)

Syntaxe

'Déclaration
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

Paramètres

Valeur de retour

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

UITestInterpreter Classe

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