ActionNotSupportedOnDisabledControlException-Konstruktor (String, Exception, String, Object)
Initialisiert eine neue Instanz der ActionNotSupportedOnDisabledControlException-Klasse mit den angegebenen Parameterwerten.
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, _
uiTestControl As String, _
exceptionSource As Object _
)
public ActionNotSupportedOnDisabledControlException(
string message,
Exception innerException,
string uiTestControl,
Object exceptionSource
)
public:
ActionNotSupportedOnDisabledControlException(
String^ message,
Exception^ innerException,
String^ uiTestControl,
Object^ exceptionSource
)
new :
message:string *
innerException:Exception *
uiTestControl:string *
exceptionSource:Object -> ActionNotSupportedOnDisabledControlException
public function ActionNotSupportedOnDisabledControlException(
message : String,
innerException : Exception,
uiTestControl : String,
exceptionSource : Object
)
Parameter
- message
Typ: System.String
Die Fehlermeldung.
- innerException
Typ: System.Exception
Die Ausnahme, die die aktuelle Ausnahme verursacht hat.
- uiTestControl
Typ: System.String
Der Name des Steuerelements auf der Benutzeroberfläche.
- exceptionSource
Typ: System.Object
Das Objekt, in dem der Fehler aufgetreten 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
ActionNotSupportedOnDisabledControlException Klasse