Partager via


FailedToPerformActionOnBlockedControlException, constructeur (String, String, String, Exception, ILastInvocationInfo, IntPtr, String, Object)

Initialise une nouvelle instance de la classe FailedToPerformActionOnBlockedControlException à l'aide du message, du nom d'objet, du nom d'action, de l'exception interne, des informations sur le dernier appel, du handle de fenêtre, du contrôle de test d'interface utilisateur et de la source fournis.

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

Syntaxe

'Déclaration
Public Sub New ( _
    message As String, _
    objectName As String, _
    actionName As String, _
    innerException As Exception, _
    lastInfo As ILastInvocationInfo, _
    windowHandle As IntPtr, _
    uiTestControl As String, _
    exceptionSource As Object _
)
public FailedToPerformActionOnBlockedControlException(
    string message,
    string objectName,
    string actionName,
    Exception innerException,
    ILastInvocationInfo lastInfo,
    IntPtr windowHandle,
    string uiTestControl,
    Object exceptionSource
)
public:
FailedToPerformActionOnBlockedControlException(
    String^ message, 
    String^ objectName, 
    String^ actionName, 
    Exception^ innerException, 
    ILastInvocationInfo^ lastInfo, 
    IntPtr windowHandle, 
    String^ uiTestControl, 
    Object^ exceptionSource
)
new : 
        message:string * 
        objectName:string * 
        actionName:string * 
        innerException:Exception * 
        lastInfo:ILastInvocationInfo * 
        windowHandle:IntPtr * 
        uiTestControl:string * 
        exceptionSource:Object -> FailedToPerformActionOnBlockedControlException
public function FailedToPerformActionOnBlockedControlException(
    message : String, 
    objectName : String, 
    actionName : String, 
    innerException : Exception, 
    lastInfo : ILastInvocationInfo, 
    windowHandle : IntPtr, 
    uiTestControl : String, 
    exceptionSource : Object
)

Paramètres

  • objectName
    Type : System.String
    Nom de l'objet pour lequel l'action a échoué.
  • actionName
    Type : System.String
    Nom de l'action qui a échoué.
  • innerException
    Type : System.Exception
    Exception d'origine ayant provoqué l'exception actuelle.
  • windowHandle
    Type : System.IntPtr
    Handle de la fenêtre qui bloque le contrôle.
  • exceptionSource
    Type : System.Object
    object qui est la source de l'exception.

Sécurité .NET Framework

Voir aussi

Référence

FailedToPerformActionOnBlockedControlException Classe

FailedToPerformActionOnBlockedControlException, surcharge

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

ILastInvocationInfo

UITestControl