ExpectedSqlExceptionAttribute 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
| Nome | Description |
|---|---|
| ExpectedSqlExceptionAttribute() | |
| ExpectedSqlExceptionAttribute(String) |
ExpectedSqlExceptionAttribute()
public ExpectedSqlExceptionAttribute();
Public Sub New ()
Aplica-se a
ExpectedSqlExceptionAttribute(String)
public ExpectedSqlExceptionAttribute(string noExceptionMessage);
new Microsoft.Data.Tools.Schema.Sql.UnitTesting.ExpectedSqlExceptionAttribute : string -> Microsoft.Data.Tools.Schema.Sql.UnitTesting.ExpectedSqlExceptionAttribute
Public Sub New (noExceptionMessage As String)
Parâmetros
- noExceptionMessage
- String