SqlServerManagementException Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
SqlServerManagementException est la classe de base pour toutes les exceptions SQL Management Objects.
public class SqlServerManagementException : Exception
type SqlServerManagementException = class
inherit Exception
Public Class SqlServerManagementException
Inherits Exception
- Héritage
-
SqlServerManagementException
- Dérivé
Constructeurs
| Nom | Description |
|---|---|
| SqlServerManagementException() |
Construit une nouvelle exception SqlServerManagementException avec un message vide et aucune exception interne |
| SqlServerManagementException(SerializationInfo, StreamingContext) |
SqlServerManagementException est la classe de base pour toutes les exceptions SQL Management Objects. |
| SqlServerManagementException(String, Exception) |
Construit une nouvelle exception SqlServerManagementException avec le message donné et l’exception interne |
| SqlServerManagementException(String) |
Construit une nouvelle exception SqlServerManagementException avec le message donné et aucune exception interne |
Propriétés
| Nom | Description |
|---|---|
| ProductName |
ProductName spécifie la valeur ProdName utilisée dans la propriété HelpLink des instances SqlServerManagementException. |