NotFoundException 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.
Crée une exception lorsque l’appareil ne prend pas en charge la technique interrogée.
public ref class NotFoundException : Exception
public class NotFoundException : Exception
type NotFoundException = class
inherit Exception
Public Class NotFoundException
Inherits Exception
- Héritage
-
NotFoundException
Constructeurs
| Nom | Description |
|---|---|
| NotFoundException() |
Initialise une nouvelle instance de la NotFoundException classe avec les valeurs de propriété par défaut. |
| NotFoundException(String, String) |
Initialise une nouvelle instance de la NotFoundException classe avec le nom et le type spécifiés pour l’exception. |
| NotFoundException(String) |
Initialise une nouvelle instance de la NotFoundException classe avec le nom spécifié pour l’exception. |