UITestControlNotFoundException Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
UITestControlNotFoundException()
Inicializa uma nova instância da classe UITestControlNotFoundException.
public:
UITestControlNotFoundException();
public UITestControlNotFoundException ();
Public Sub New ()
Aplica-se a
UITestControlNotFoundException(String)
Inicializa uma nova instância da UITestControlNotFoundException classe usando a mensagem de erro fornecida.
public:
UITestControlNotFoundException(System::String ^ message);
public UITestControlNotFoundException (string message);
new Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotFoundException : string -> Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotFoundException
Public Sub New (message As String)
Parâmetros
- message
- String
A mensagem de erro.
Aplica-se a
UITestControlNotFoundException(SerializationInfo, StreamingContext)
Inicializa uma nova instância da UITestControlNotFoundException classe para desserialização.
protected:
UITestControlNotFoundException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected UITestControlNotFoundException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotFoundException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parâmetros
- info
- SerializationInfo
Um objeto SerializationInfo.
- context
- StreamingContext
Um objeto SerializationContext.
Aplica-se a
UITestControlNotFoundException(String, Exception)
Inicializa uma nova instância da UITestControlNotFoundException classe usando a mensagem de erro fornecida e a exceção interna.
public:
UITestControlNotFoundException(System::String ^ message, Exception ^ innerException);
public UITestControlNotFoundException (string message, Exception innerException);
new Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotFoundException : string * Exception -> Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotFoundException
Public Sub New (message As String, innerException As Exception)
Parâmetros
- message
- String
A mensagem de erro.
- innerException
- Exception
A exceção original que causou a exceção atual.
Aplica-se a
UITestControlNotFoundException(String, String, Object)
Inicializa uma nova instância da UITestControlNotFoundException classe usando a mensagem de erro fornecida, o controle de teste de interface do usuário e a origem.
public:
UITestControlNotFoundException(System::String ^ message, System::String ^ uiTestControl, System::Object ^ exceptionSource);
public UITestControlNotFoundException (string message, string uiTestControl, object exceptionSource);
new Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotFoundException : string * string * obj -> Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotFoundException
Public Sub New (message As String, uiTestControl As String, exceptionSource As Object)
Parâmetros
- message
- String
A mensagem de erro.
- uiTestControl
- String
Uma representação da cadeia de caracteres do UITestControl bloqueado.
- exceptionSource
- Object
O objeto que é a origem da exceção.
Aplica-se a
UITestControlNotFoundException(String, Exception, String, Object)
Inicializa uma nova instância da UITestControlNotFoundException classe usando a mensagem de erro fornecida, a exceção interna, o controle de teste da interface do usuário e a origem.
public:
UITestControlNotFoundException(System::String ^ message, Exception ^ innerException, System::String ^ uiTestControl, System::Object ^ exceptionSource);
public UITestControlNotFoundException (string message, Exception innerException, string uiTestControl, object exceptionSource);
new Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotFoundException : string * Exception * string * obj -> Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotFoundException
Public Sub New (message As String, innerException As Exception, uiTestControl As String, exceptionSource As Object)
Parâmetros
- message
- String
A mensagem de erro.
- innerException
- Exception
A exceção original que causou a exceção atual.
- uiTestControl
- String
Uma representação da cadeia de caracteres do UITestControl bloqueado.
- exceptionSource
- Object
O objeto que é a origem da exceção.
Aplica-se a
UITestControlNotFoundException(PropertyExpressionCollection, PropertyExpressionCollection, String, Exception, String, Object)
Inicializa uma nova instância da UITestControlNotFoundException classe usando as propriedades de controle primário fornecidas, propriedades de controle secundário, controle de interface do usuário raiz, controle de teste de interface do usuário e origem.
public:
UITestControlNotFoundException(Microsoft::VisualStudio::TestTools::UITesting::PropertyExpressionCollection ^ primaryProperties, Microsoft::VisualStudio::TestTools::UITesting::PropertyExpressionCollection ^ secondaryProperties, System::String ^ root, Exception ^ innerException, System::String ^ uiTestControl, System::Object ^ exceptionSource);
public UITestControlNotFoundException (Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionCollection primaryProperties, Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionCollection secondaryProperties, string root, Exception innerException, string uiTestControl, object exceptionSource);
new Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotFoundException : Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionCollection * Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionCollection * string * Exception * string * obj -> Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotFoundException
Public Sub New (primaryProperties As PropertyExpressionCollection, secondaryProperties As PropertyExpressionCollection, root As String, innerException As Exception, uiTestControl As String, exceptionSource As Object)
Parâmetros
- primaryProperties
- PropertyExpressionCollection
As propriedades primárias do controle.
- secondaryProperties
- PropertyExpressionCollection
As propriedades secundárias do controle.
- root
- String
Uma representação de cadeia de caracteres do elemento raiz.
- innerException
- Exception
A exceção original que causou a exceção atual.
- uiTestControl
- String
Uma representação da cadeia de caracteres do UITestControl bloqueado.
- exceptionSource
- Object
O objeto que é a origem da exceção.
Aplica-se a
UITestControlNotFoundException(PropertyExpressionCollection, PropertyExpressionCollection, String, Exception, ILastInvocationInfo, String, Object)
Inicializa uma nova instância da UITestControlNotFoundException classe usando as propriedades de controle primário fornecidas, propriedades de controle secundário, exceção interna, últimas informações de invocação, controle de teste de interface do usuário e origem.
public:
UITestControlNotFoundException(Microsoft::VisualStudio::TestTools::UITesting::PropertyExpressionCollection ^ primaryProperties, Microsoft::VisualStudio::TestTools::UITesting::PropertyExpressionCollection ^ secondaryProperties, System::String ^ root, Exception ^ innerException, Microsoft::VisualStudio::TestTools::UITest::Extension::ILastInvocationInfo ^ lastInfo, System::String ^ uiTestControl, System::Object ^ exceptionSource);
public UITestControlNotFoundException (Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionCollection primaryProperties, Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionCollection secondaryProperties, string root, Exception innerException, Microsoft.VisualStudio.TestTools.UITest.Extension.ILastInvocationInfo lastInfo, string uiTestControl, object exceptionSource);
new Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotFoundException : Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionCollection * Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionCollection * string * Exception * Microsoft.VisualStudio.TestTools.UITest.Extension.ILastInvocationInfo * string * obj -> Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotFoundException
Public Sub New (primaryProperties As PropertyExpressionCollection, secondaryProperties As PropertyExpressionCollection, root As String, innerException As Exception, lastInfo As ILastInvocationInfo, uiTestControl As String, exceptionSource As Object)
Parâmetros
- primaryProperties
- PropertyExpressionCollection
As propriedades primárias do controle.
- secondaryProperties
- PropertyExpressionCollection
As propriedades secundárias do controle.
- root
- String
Uma representação de cadeia de caracteres do elemento raiz.
- innerException
- Exception
A exceção original que causou a exceção atual.
- lastInfo
- ILastInvocationInfo
Um objeto ILastInvocationInfo.
- uiTestControl
- String
Uma representação da cadeia de caracteres do UITestControl bloqueado.
- exceptionSource
- Object
O objeto que é a origem da exceção.
Aplica-se a
UITestControlNotFoundException(String, PropertyExpressionCollection, PropertyExpressionCollection, String, Exception, String, Object)
Inicializa uma nova instância da classe UITestControlNotFoundException.
public:
UITestControlNotFoundException(System::String ^ message, Microsoft::VisualStudio::TestTools::UITesting::PropertyExpressionCollection ^ primaryProperties, Microsoft::VisualStudio::TestTools::UITesting::PropertyExpressionCollection ^ secondaryProperties, System::String ^ root, Exception ^ innerException, System::String ^ uiTestControl, System::Object ^ exceptionSource);
public UITestControlNotFoundException (string message, Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionCollection primaryProperties, Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionCollection secondaryProperties, string root, Exception innerException, string uiTestControl, object exceptionSource);
new Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotFoundException : string * Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionCollection * Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionCollection * string * Exception * string * obj -> Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotFoundException
Public Sub New (message As String, primaryProperties As PropertyExpressionCollection, secondaryProperties As PropertyExpressionCollection, root As String, innerException As Exception, uiTestControl As String, exceptionSource As Object)
Parâmetros
- message
- String
A mensagem de erro.
- primaryProperties
- PropertyExpressionCollection
As propriedades primárias do controle.
- secondaryProperties
- PropertyExpressionCollection
As propriedades secundárias do controle.
- root
- String
Uma representação de cadeia de caracteres do elemento raiz.
- innerException
- Exception
A exceção original que causou a exceção atual.
- uiTestControl
- String
Uma representação da cadeia de caracteres do UITestControl bloqueado.
- exceptionSource
- Object
O objeto que é a origem da exceção.
Aplica-se a
UITestControlNotFoundException(String, PropertyExpressionCollection, PropertyExpressionCollection, String, Exception, ILastInvocationInfo, String, Object)
Inicializa uma nova instância da classe UITestControlNotFoundException.
public:
UITestControlNotFoundException(System::String ^ message, Microsoft::VisualStudio::TestTools::UITesting::PropertyExpressionCollection ^ primaryProperties, Microsoft::VisualStudio::TestTools::UITesting::PropertyExpressionCollection ^ secondaryProperties, System::String ^ root, Exception ^ innerException, Microsoft::VisualStudio::TestTools::UITest::Extension::ILastInvocationInfo ^ lastInfo, System::String ^ uiTestControl, System::Object ^ exceptionSource);
public UITestControlNotFoundException (string message, Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionCollection primaryProperties, Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionCollection secondaryProperties, string root, Exception innerException, Microsoft.VisualStudio.TestTools.UITest.Extension.ILastInvocationInfo lastInfo, string uiTestControl, object exceptionSource);
new Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotFoundException : string * Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionCollection * Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionCollection * string * Exception * Microsoft.VisualStudio.TestTools.UITest.Extension.ILastInvocationInfo * string * obj -> Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotFoundException
Public Sub New (message As String, primaryProperties As PropertyExpressionCollection, secondaryProperties As PropertyExpressionCollection, root As String, innerException As Exception, lastInfo As ILastInvocationInfo, uiTestControl As String, exceptionSource As Object)
Parâmetros
- message
- String
A mensagem de erro.
- primaryProperties
- PropertyExpressionCollection
As propriedades primárias do controle.
- secondaryProperties
- PropertyExpressionCollection
As propriedades secundárias do controle.
- root
- String
Uma representação de cadeia de caracteres do elemento raiz.
- innerException
- Exception
A exceção original que causou a exceção atual.
- lastInfo
- ILastInvocationInfo
Um objeto ILastInvocationInfo.
- uiTestControl
- String
Uma representação da cadeia de caracteres do UITestControl bloqueado.
- exceptionSource
- Object
O objeto que é a origem da exceção.