Share via


PropertyNotFoundException Classe

Définition

Représente toutes les exceptions dans les scénarios où la propriété est introuvable.

public ref class PropertyNotFoundException : Exception
public class PropertyNotFoundException : Exception
type PropertyNotFoundException = class
    inherit Exception
Public Class PropertyNotFoundException
Inherits Exception
Héritage
PropertyNotFoundException

Constructeurs

PropertyNotFoundException(String)

Initialise une nouvelle instance de la classe PropertyNotFoundException avec le nom spécifié pour l'exception de la propriété.

Propriétés

PropertyName

Obtient le nom de la propriété.

S’applique à