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: System.String
Chybová zpráva.
- primaryProperties
Typ: Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionCollection
Primární vlastnosti ovládacího prvku.
- secondaryProperties
Typ: Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionCollection
Sekundární vlastnosti ovládacího prvku.
- root
Typ: System.String
A string znázornění kořenový prvek.
- innerException
Typ: System.Exception
Původní výjimce způsobil výjimku aktuální.
- lastInfo
Typ: Microsoft.VisualStudio.TestTools.UITest.Extension.ILastInvocationInfo
Objekt ILastInvocationInfo.
- uiTestControl
Typ: System.String
Řetězcové vyjádření UITestControl , je blokován.
- exceptionSource
Typ: System.Object
object 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ů