ExpectedSqlExceptionAttribute.Verify 方法 (Exception)
命名空间: Microsoft.Data.Tools.Schema.Sql.UnitTesting
程序集: Microsoft.Data.Tools.Schema.Sql.UnitTesting(Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll 中)
语法
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
)
参数
- exception
Type: System.Exception
请参阅
ExpectedSqlExceptionAttribute 类
Microsoft.Data.Tools.Schema.Sql.UnitTesting 命名空间
返回页首