Compartilhar via


Construtor ExpectedSqlExceptionAttribute (String)

 

Inicializa uma nova instância da classe ExpectedSqlExceptionAttribute.

Namespace:   Microsoft.Data.Tools.Schema.Sql.UnitTesting
Assembly:  Microsoft.Data.Tools.Schema.Sql.UnitTesting (em Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll)

Sintaxe

public ExpectedSqlExceptionAttribute(
    string noExceptionMessage
)
public:
ExpectedSqlExceptionAttribute(
    String^ noExceptionMessage
)
new : 
        noExceptionMessage:string -> ExpectedSqlExceptionAttribute
Public Sub New (
    noExceptionMessage As String
)

Parâmetros

  • noExceptionMessage
    Type: System.String

    A mensagem de erro padrão quando nenhuma exceção é lançada.

Consulte também

ExpectedSqlExceptionAttribute
Classe ExpectedSqlExceptionAttribute
Namespace Microsoft.Data.Tools.Schema.Sql.UnitTesting

Retornar ao topo