Costruttore ActionNotSupportedOnDisabledControlException (String, String, String, Exception, ILastInvocationInfo, String, Object)
Inizializza una nuova istanza di ActionNotSupportedOnDisabledControlException classe utilizzando i valori dei parametri forniti.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
message As String, _
objectName As String, _
actionName As String, _
innerException As Exception, _
lastInfo As ILastInvocationInfo, _
uiTestControl As String, _
exceptionSource As Object _
)
public ActionNotSupportedOnDisabledControlException(
string message,
string objectName,
string actionName,
Exception innerException,
ILastInvocationInfo lastInfo,
string uiTestControl,
Object exceptionSource
)
public:
ActionNotSupportedOnDisabledControlException(
String^ message,
String^ objectName,
String^ actionName,
Exception^ innerException,
ILastInvocationInfo^ lastInfo,
String^ uiTestControl,
Object^ exceptionSource
)
new :
message:string *
objectName:string *
actionName:string *
innerException:Exception *
lastInfo:ILastInvocationInfo *
uiTestControl:string *
exceptionSource:Object -> ActionNotSupportedOnDisabledControlException
public function ActionNotSupportedOnDisabledControlException(
message : String,
objectName : String,
actionName : String,
innerException : Exception,
lastInfo : ILastInvocationInfo,
uiTestControl : String,
exceptionSource : Object
)
Parametri
- message
Tipo: System.String
il messaggio di errore.
- objectName
Tipo: System.String
Il nome dell'oggetto in cui l'azione ha esito negativo.
- actionName
Tipo: System.String
Il nome dell'azione che ha esito negativo.
- innerException
Tipo: System.Exception
Eccezione che ha causato l'eccezione corrente.
- lastInfo
Tipo: Microsoft.VisualStudio.TestTools.UITest.Extension.ILastInvocationInfo
Informazioni sull'ultima chiamata.
- uiTestControl
Tipo: System.String
Il nome del controllo nell'interfaccia utente.
- exceptionSource
Tipo: System.Object
L'oggetto in cui si è verificato l'errore.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
ActionNotSupportedOnDisabledControlException Classe
Overload ActionNotSupportedOnDisabledControlException
Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.Extension