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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
ExpectedSqlExceptionAttribute Classe
ExpectedSqlExceptionAttribute, surcharge