Construtor UITestControlNotAvailableException (IUITechnologyElement, Exception)
Inicializa uma nova instância da UITestControlNotAvailableException classe usando o elemento de interface do usuário fornecido.
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 ( _
element As IUITechnologyElement, _
innerException As Exception _
)
public UITestControlNotAvailableException(
IUITechnologyElement element,
Exception innerException
)
public:
UITestControlNotAvailableException(
IUITechnologyElement^ element,
Exception^ innerException
)
new :
element:IUITechnologyElement *
innerException:Exception -> UITestControlNotAvailableException
public function UITestControlNotAvailableException(
element : IUITechnologyElement,
innerException : Exception
)
Parâmetros
- element
Tipo: Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
A UITechnologyElement object.
- innerException
Tipo: System.Exception
A exceção original que causou a exceção atual.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
UITestControlNotAvailableException Classe
Sobrecargas UITestControlNotAvailableException