Compartilhar via


Construtor ExpectedSqlExceptionAttribute (String)

Inicializa uma nova instância da classe ExpectedSqlExceptionAttribute.

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

Sintaxe

'Declaração
Public Sub New ( _
    noExceptionMessage As String _
)
public ExpectedSqlExceptionAttribute(
    string noExceptionMessage
)
public:
ExpectedSqlExceptionAttribute(
    String^ noExceptionMessage
)
new : 
        noExceptionMessage:string -> ExpectedSqlExceptionAttribute
public function ExpectedSqlExceptionAttribute(
    noExceptionMessage : String
)

Parâmetros

  • noExceptionMessage
    Tipo: System.String
    Mensagem de erro padrão se nenhuma exceção é lançada.

Segurança do .NET Framework

Consulte também

Referência

ExpectedSqlExceptionAttribute Classe

Sobrecargas ExpectedSqlExceptionAttribute

Namespace Microsoft.Data.Schema.UnitTesting

ExpectedSqlExceptionAttribute