Método ExpectedSqlExceptionAttribute.Verify (Exception)
Namespace: Microsoft.Data.Tools.Schema.Sql.UnitTesting
Assembly: Microsoft.Data.Tools.Schema.Sql.UnitTesting (em Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll)
Sintaxe
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
- exception
Type: System.Exception
Consulte também
Classe ExpectedSqlExceptionAttribute
Namespace Microsoft.Data.Tools.Schema.Sql.UnitTesting
Retornar ao topo