Compartir a través de


ExpectedSqlExceptionAttribute.Verify (Método) (Exception)

 

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

protected override void Verify(
    Exception exception
)
protected:
virtual void Verify(
    Exception^ exception
) override
override Verify : 
        exception:Exception -> unit
Protected Overrides Sub Verify (
    exception As Exception
)

Parámetros

Vea también

ExpectedSqlExceptionAttribute (Clase)
Microsoft.Data.Tools.Schema.Sql.UnitTesting (Espacio de nombres)

Volver al principio