UITestControlNotVisibleException-Konstruktor (String, Exception)
Initialisiert eine neue Instanz der UITestControlNotVisibleException-Klasse.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public Sub New ( _
message As String, _
innerException As Exception _
)
public UITestControlNotVisibleException(
string message,
Exception innerException
)
public:
UITestControlNotVisibleException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> UITestControlNotVisibleException
public function UITestControlNotVisibleException(
message : String,
innerException : Exception
)
Parameter
- message
Typ: System.String
Die Fehlermeldung.
- innerException
Typ: System.Exception
Die ursprüngliche Ausnahme, die die aktuelle Ausnahme ausgelöst hat.
.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
UITestControlNotVisibleException Klasse