ActionNotSupportedOnDisabledControlException – konstruktor (String, Exception, String, Object)
Inicializuje novou instanci ActionNotSupportedOnDisabledControlException třídy pomocí hodnot uvedených parametrů.
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, _
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
)
Parametry
- message
Typ: System.String
Chybová zpráva.
- innerException
Typ: System.Exception
Výjimka, která způsobila výjimku aktuální.
- uiTestControl
Typ: System.String
Název ovládacího prvku v uživatelském rozhraní.
- exceptionSource
Typ: System.Object
Objekt, kde došlo k chybě.
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
ActionNotSupportedOnDisabledControlException Třída
ActionNotSupportedOnDisabledControlException – přetížení
Microsoft.VisualStudio.TestTools.UITest.Extension – obor názvů