Compartilhar via


Construtor ActionNotSupportedOnDisabledControlException (String, Exception)

Inicializa uma nova instância de ActionNotSupportedOnDisabledControlException classe usando a mensagem fornecida e exceção interna.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (em Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Sintaxe

'Declaração
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
public ActionNotSupportedOnDisabledControlException(
    string message,
    Exception innerException
)
public:
ActionNotSupportedOnDisabledControlException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> ActionNotSupportedOnDisabledControlException
public function ActionNotSupportedOnDisabledControlException(
    message : String, 
    innerException : Exception
)

Parâmetros

  • innerException
    Tipo: System.Exception
    A exceção que causou a exceção atual.

Segurança do .NET Framework

Consulte também

Referência

ActionNotSupportedOnDisabledControlException Classe

Sobrecargas ActionNotSupportedOnDisabledControlException

Namespace Microsoft.VisualStudio.TestTools.UITest.Extension