PropertyNotFoundException Classe

Définition

Représente toutes les exceptions dans les cas où la propriété n’est pas trouvée.

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

Constructeurs

Nom Description
PropertyNotFoundException(String)

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

Propriétés

Nom Description
PropertyName

Obtient le nom de la propriété.

S’applique à