次の方法で共有


ExpectedSqlExceptionAttribute コンストラクター (String)

 

ExpectedSqlExceptionAttribute クラスの新しいインスタンスを初期化します。

名前空間:   Microsoft.Data.Tools.Schema.Sql.UnitTesting
アセンブリ:  Microsoft.Data.Tools.Schema.Sql.UnitTesting (Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll 内)

構文

public ExpectedSqlExceptionAttribute(
    string noExceptionMessage
)
public:
ExpectedSqlExceptionAttribute(
    String^ noExceptionMessage
)
new : 
        noExceptionMessage:string -> ExpectedSqlExceptionAttribute
Public Sub New (
    noExceptionMessage As String
)

パラメーター

  • noExceptionMessage
    Type: System.String

    例外がスローされない場合の、既定のエラー メッセージ。

参照

ExpectedSqlExceptionAttribute
ExpectedSqlExceptionAttribute クラス
Microsoft.Data.Tools.Schema.Sql.UnitTesting 名前空間

トップに戻る