UITestControlNotFoundException – konstruktor (String, PropertyExpressionCollection, PropertyExpressionCollection, String, Exception, ILastInvocationInfo, String, Object)
Vytvoří novou instanci třídy UITestControlNotFoundException.
Obor názvů: Microsoft.VisualStudio.TestTools.UITest.Extension
Sestavení: Microsoft.VisualStudio.TestTools.UITest.Extension (v Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntaxe
'Deklarace
Public Sub New ( _
message As String, _
primaryProperties As PropertyExpressionCollection, _
secondaryProperties As PropertyExpressionCollection, _
root As String, _
innerException As Exception, _
lastInfo As ILastInvocationInfo, _
uiTestControl As String, _
exceptionSource As Object _
)
public UITestControlNotFoundException(
string message,
PropertyExpressionCollection primaryProperties,
PropertyExpressionCollection secondaryProperties,
string root,
Exception innerException,
ILastInvocationInfo lastInfo,
string uiTestControl,
Object exceptionSource
)
public:
UITestControlNotFoundException(
String^ message,
PropertyExpressionCollection^ primaryProperties,
PropertyExpressionCollection^ secondaryProperties,
String^ root,
Exception^ innerException,
ILastInvocationInfo^ lastInfo,
String^ uiTestControl,
Object^ exceptionSource
)
new :
message:string *
primaryProperties:PropertyExpressionCollection *
secondaryProperties:PropertyExpressionCollection *
root:string *
innerException:Exception *
lastInfo:ILastInvocationInfo *
uiTestControl:string *
exceptionSource:Object -> UITestControlNotFoundException
public function UITestControlNotFoundException(
message : String,
primaryProperties : PropertyExpressionCollection,
secondaryProperties : PropertyExpressionCollection,
root : String,
innerException : Exception,
lastInfo : ILastInvocationInfo,
uiTestControl : String,
exceptionSource : Object
)
Parametry
message
Typ: StringChybová zpráva.
primaryProperties
Typ: Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionCollectionPrimární vlastnosti ovládacího prvku.
secondaryProperties
Typ: Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionCollectionSekundární vlastnosti ovládacího prvku.
root
Typ: StringA string reprezentace kořenového prvku.
innerException
Typ: ExceptionPůvodní výjimce, která způsobila aktuální výjimku.
lastInfo
Typ: Microsoft.VisualStudio.TestTools.UITest.Extension.ILastInvocationInfoObjekt ILastInvocationInfo.
uiTestControl
Typ: StringŘetězcové vyjádření UITestControl který je blokován.
exceptionSource
Typ: Objectobject Který je zdroj výjimku.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Referenční dokumentace
UITestControlNotFoundException Třída
UITestControlNotFoundException – přetížení
Microsoft.VisualStudio.TestTools.UITest.Extension – obor názvů