Compartilhar via


Construtor ValidationFailedException (String, String, String, String, String, String, String, Exception)

Inicializa uma nova instância de ValidationFailedException classe usando a mensagem fornecida, o nome da ação, condição, nome da propriedade, nome amigável, valor esperado, o valor real 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, _
    actionName As String, _
    condition As String, _
    propertyName As String, _
    friendlyName As String, _
    expectedValue As String, _
    actualValue As String, _
    innerException As Exception _
)
public ValidationFailedException(
    string message,
    string actionName,
    string condition,
    string propertyName,
    string friendlyName,
    string expectedValue,
    string actualValue,
    Exception innerException
)
public:
ValidationFailedException(
    String^ message, 
    String^ actionName, 
    String^ condition, 
    String^ propertyName, 
    String^ friendlyName, 
    String^ expectedValue, 
    String^ actualValue, 
    Exception^ innerException
)
new : 
        message:string * 
        actionName:string * 
        condition:string * 
        propertyName:string * 
        friendlyName:string * 
        expectedValue:string * 
        actualValue:string * 
        innerException:Exception -> ValidationFailedException
public function ValidationFailedException(
    message : String, 
    actionName : String, 
    condition : String, 
    propertyName : String, 
    friendlyName : String, 
    expectedValue : String, 
    actualValue : String, 
    innerException : Exception
)

Parâmetros

  • actionName
    Tipo: System.String
    O nome da ação onde ocorreu o erro.
  • condition
    Tipo: System.String
    Uma indicação da condição de assert.
  • friendlyName
    Tipo: System.String
    Um nome amigável para o controle.
  • expectedValue
    Tipo: System.String
    O valor esperado da propriedade.
  • innerException
    Tipo: System.Exception
    A exceção interna que provocou essa exceção.

Segurança do .NET Framework

Consulte também

Referência

ValidationFailedException Classe

Sobrecargas ValidationFailedException

Namespace Microsoft.VisualStudio.TestTools.UITest.Extension