ExpectedSqlExceptionAttribute (Constructor) (String)
Inicializa una nueva instancia de la clase ExpectedSqlExceptionAttribute.
Espacio de nombres: Microsoft.Data.Tools.Schema.Sql.UnitTesting
Ensamblado: Microsoft.Data.Tools.Schema.Sql.UnitTesting (en Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll)
Sintaxis
public ExpectedSqlExceptionAttribute(
string noExceptionMessage
)
public:
ExpectedSqlExceptionAttribute(
String^ noExceptionMessage
)
new :
noExceptionMessage:string -> ExpectedSqlExceptionAttribute
Public Sub New (
noExceptionMessage As String
)
Parámetros
noExceptionMessage
Type: System.StringMensaje de error predeterminado si no se produce ninguna excepción.
Vea también
ExpectedSqlExceptionAttribute
ExpectedSqlExceptionAttribute (Clase)
Microsoft.Data.Tools.Schema.Sql.UnitTesting (Espacio de nombres)
Volver al principio