共用方式為


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
)

參數

請參閱

ExpectedSqlExceptionAttribute 類別
Microsoft.Data.Tools.Schema.Sql.UnitTesting 命名空間

回到頁首