ExpectedSqlExceptionAttribute.Verify Method (Exception)
Namespace: Microsoft.Data.Tools.Schema.Sql.UnitTesting
Assembly: Microsoft.Data.Tools.Schema.Sql.UnitTesting (in Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll)
Syntax
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
)
Parameters
- exception
Type: System.Exception
See Also
ExpectedSqlExceptionAttribute Class
Microsoft.Data.Tools.Schema.Sql.UnitTesting Namespace
Return to top