ObjectNotFoundException 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.
Cette exception est levée lorsqu’un objet demandé est introuvable dans le magasin.
[System.Serializable]
public sealed class ObjectNotFoundException : System.Data.DataException
type ObjectNotFoundException = class
inherit DataException
Public NotInheritable Class ObjectNotFoundException
Inherits DataException
- Héritage
-
ObjectNotFoundException
- Attributs
Constructeurs
| ObjectNotFoundException() |
Initialise une nouvelle instance de ObjectNotFoundException. |
| ObjectNotFoundException(String) |
Initialise une nouvelle instance de ObjectNotFoundException avec un message d'erreur spécialisé. |
| ObjectNotFoundException(String, Exception) |
Initialise une nouvelle instance de la classe ObjectNotFoundException qui utilise un message d'erreur spécifié et une référence à l'exception interne. |