ExpectedSqlExceptionAttribute.Verify, méthode (Exception)
Espace de noms: Microsoft.Data.Tools.Schema.Sql.UnitTesting
Assembly: Microsoft.Data.Tools.Schema.Sql.UnitTesting (dans Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll)
Syntaxe
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
)
Paramètres
- exception
Type: System.Exception
Voir aussi
ExpectedSqlExceptionAttribute, classe
Microsoft.Data.Tools.Schema.Sql.UnitTesting, espace de noms
Retour au début