PropertyNotFoundException Clase

Definición

Representa todas las excepciones en escenarios donde la propiedad no se encuentre.

public ref class PropertyNotFoundException : Exception
public class PropertyNotFoundException : Exception
type PropertyNotFoundException = class
    inherit Exception
Public Class PropertyNotFoundException
Inherits Exception
Herencia
PropertyNotFoundException

Constructores

Nombre Description
PropertyNotFoundException(String)

Inicializa una nueva instancia de la PropertyNotFoundException clase con el nombre especificado para la excepción de propiedad.

Propiedades

Nombre Description
PropertyName

Obtiene el nombre de la propiedad .

Se aplica a