ExpectedSqlExceptionAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ExpectedSqlExceptionAttribute() | |
ExpectedSqlExceptionAttribute(String) |
ExpectedSqlExceptionAttribute()
public ExpectedSqlExceptionAttribute ();
Public Sub New ()
Applies to
ExpectedSqlExceptionAttribute(String)
public ExpectedSqlExceptionAttribute (string noExceptionMessage);
new Microsoft.Data.Tools.Schema.Sql.UnitTesting.ExpectedSqlExceptionAttribute : string -> Microsoft.Data.Tools.Schema.Sql.UnitTesting.ExpectedSqlExceptionAttribute
Public Sub New (noExceptionMessage As String)
Parameters
- noExceptionMessage
- String