NotFoundException Classe

Définition

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.

S’applique à