MissingObjectException 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.
Exception levée lorsqu’un objet est manquant dans une collection ou lorsqu’une collection n’existe pas sous une version de serveur.
[System.Serializable]
public sealed class MissingObjectException : Microsoft.SqlServer.Management.Smo.SmoException
[<System.Serializable>]
type MissingObjectException = class
inherit SmoException
Public NotInheritable Class MissingObjectException
Inherits SmoException
- Héritage
- Attributs
Constructeurs
| Nom | Description |
|---|---|
| MissingObjectException() |
Constructeur pour le T :Microsoft. SqlServer.Management.Smo.MissingObjectException. |
| MissingObjectException(String, Exception) |
Constructeur pour le T :Microsoft. SqlServer.Management.Smo.MissingObjectException. |
| MissingObjectException(String) |
Constructeur pour le T :Microsoft. SqlServer.Management.Smo.MissingObjectException. |
Propriétés
| Nom | Description |
|---|---|
| HelpLink |
Obtient un lien sous forme de chaîne au site web de prise en charge. (Hérité de SmoException) |
| Message |
Obtient le message de l’exception sous forme de chaîne. |
| SmoExceptionType |
Obtient le type d’exception de T :Microsoft. Énumération SqlServer.Management.Smo.SmoExceptionType. |
Méthodes
| Nom | Description |
|---|---|
| SetHelpContext(String) |
Exception levée lorsqu’un objet est manquant dans une collection ou lorsqu’une collection n’existe pas sous une version de serveur. (Hérité de SmoException) |