次の方法で共有


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 名前空間

トップに戻る