Partager via


ExpectedSqlExceptionAttribute, constructeur (String)

Initialise une nouvelle instance de la classe ExpectedSqlExceptionAttribute.

Espace de noms :  Microsoft.Data.Schema.UnitTesting
Assembly :  Microsoft.Data.Schema.UnitTesting (dans Microsoft.Data.Schema.UnitTesting.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    noExceptionMessage As String _
)
public ExpectedSqlExceptionAttribute(
    string noExceptionMessage
)
public:
ExpectedSqlExceptionAttribute(
    String^ noExceptionMessage
)
new : 
        noExceptionMessage:string -> ExpectedSqlExceptionAttribute
public function ExpectedSqlExceptionAttribute(
    noExceptionMessage : String
)

Paramètres

  • noExceptionMessage
    Type : System.String
    Message d'erreur par défaut si aucune exception n'est levée.

Sécurité .NET Framework

Voir aussi

Référence

ExpectedSqlExceptionAttribute Classe

ExpectedSqlExceptionAttribute, surcharge

Microsoft.Data.Schema.UnitTesting, espace de noms

ExpectedSqlExceptionAttribute