Partager via


UITestInterpreterCore.LogActionExecutionException, méthode

Données de journaux pour l'exception runtime d'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 Sub LogActionExecutionException ( _
    exception As Exception _
)
protected internal virtual void LogActionExecutionException(
    Exception exception
)
protected public:
virtual void LogActionExecutionException(
    Exception^ exception
)
abstract LogActionExecutionException : 
        exception:Exception -> unit 
override LogActionExecutionException : 
        exception:Exception -> unit 
 function LogActionExecutionException(
    exception : Exception
)

Paramètres

  • exception
    Type : System.Exception
    Exception qui s'est produite pendant la lecture.

Sécurité .NET Framework

Voir aussi

Référence

UITestInterpreterCore Classe

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