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 命名空间

返回页首