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 名前空間
トップに戻る