UITestJScriptExecutionException-Konstruktor (String, Exception)
Erstellen Sie neue Instanz mit der Nachricht und der inneren Ausnahme.
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 UITestJScriptExecutionException(
string message,
Exception innerException
)
public:
UITestJScriptExecutionException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> UITestJScriptExecutionException
public function UITestJScriptExecutionException(
message : String,
innerException : Exception
)
Parameter
message
Typ: StringDie Ausnahmemeldung.
innerException
Typ: ExceptionDie innere Ausnahme.
.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
UITestJScriptExecutionException Klasse