ExpectedSqlExceptionAttribute クラス

定義

[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public class ExpectedSqlExceptionAttribute : Microsoft.VisualStudio.TestTools.UnitTesting.ExpectedExceptionBaseAttribute
[<System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)>]
type ExpectedSqlExceptionAttribute = class
    inherit ExpectedExceptionBaseAttribute
Public Class ExpectedSqlExceptionAttribute
Inherits ExpectedExceptionBaseAttribute
継承
ExpectedSqlExceptionAttribute
派生
属性

コンストラクター

名前 説明
ExpectedSqlExceptionAttribute()
ExpectedSqlExceptionAttribute(String)

プロパティ

名前 説明
MatchFirstError
MessageNumber
Severity
State

メソッド

名前 説明
Verify(Exception)

適用対象