UITestControlNotFoundException-Konstruktor (PropertyExpressionCollection, PropertyExpressionCollection, String, Exception, ILastInvocationInfo, String, Object)
Initialisiert eine neue Instanz der UITestControlNotFoundException-Klasse mithilfe der bereitgestellten primären Steuerelementeigenschaften, der sekundären Steuerelementeigenschaften, der inneren Ausnahme, der Informationen zum letzten Aufruf, des Benutzeroberflächen-Teststeuerelements und der Quelle.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public Sub New ( _
primaryProperties As PropertyExpressionCollection, _
secondaryProperties As PropertyExpressionCollection, _
root As String, _
innerException As Exception, _
lastInfo As ILastInvocationInfo, _
uiTestControl As String, _
exceptionSource As Object _
)
public UITestControlNotFoundException(
PropertyExpressionCollection primaryProperties,
PropertyExpressionCollection secondaryProperties,
string root,
Exception innerException,
ILastInvocationInfo lastInfo,
string uiTestControl,
Object exceptionSource
)
public:
UITestControlNotFoundException(
PropertyExpressionCollection^ primaryProperties,
PropertyExpressionCollection^ secondaryProperties,
String^ root,
Exception^ innerException,
ILastInvocationInfo^ lastInfo,
String^ uiTestControl,
Object^ exceptionSource
)
new :
primaryProperties:PropertyExpressionCollection *
secondaryProperties:PropertyExpressionCollection *
root:string *
innerException:Exception *
lastInfo:ILastInvocationInfo *
uiTestControl:string *
exceptionSource:Object -> UITestControlNotFoundException
public function UITestControlNotFoundException(
primaryProperties : PropertyExpressionCollection,
secondaryProperties : PropertyExpressionCollection,
root : String,
innerException : Exception,
lastInfo : ILastInvocationInfo,
uiTestControl : String,
exceptionSource : Object
)
Parameter
- primaryProperties
Typ: Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionCollection
Die primären Eigenschaften des Steuerelements.
- secondaryProperties
Typ: Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionCollection
Die sekundären Eigenschaften des Steuerelements.
- root
Typ: System.String
Eine string-Darstellung des Stammelements.
- innerException
Typ: System.Exception
Die ursprüngliche Ausnahme, die die aktuelle Ausnahme ausgelöst hat.
- lastInfo
Typ: Microsoft.VisualStudio.TestTools.UITest.Extension.ILastInvocationInfo
Ein ILastInvocationInfo-Objekt.
- uiTestControl
Typ: System.String
Eine Zeichenfolgendarstellung des UITestControl, das blockiert wird.
- exceptionSource
Typ: System.Object
Das object, das die Quelle der Ausnahme ist.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Siehe auch
Referenz
UITestControlNotFoundException Klasse
UITestControlNotFoundException-Überladung