Поделиться через


ExpectedSqlExceptionAttribute Constructors

Definition

Overloads

ExpectedSqlExceptionAttribute()
ExpectedSqlExceptionAttribute(String)

ExpectedSqlExceptionAttribute()

public ExpectedSqlExceptionAttribute();
Public Sub New ()

Applies to

ExpectedSqlExceptionAttribute(String)

public ExpectedSqlExceptionAttribute(string noExceptionMessage);
new Microsoft.Data.Schema.UnitTesting.ExpectedSqlExceptionAttribute : string -> Microsoft.Data.Schema.UnitTesting.ExpectedSqlExceptionAttribute
Public Sub New (noExceptionMessage As String)

Parameters

noExceptionMessage
String

Applies to