PropertyValue.CatchExceptions Propiedad

Definición

Obtiene un valor que indica si las excepciones que se producen al obtener y establecer valores de propiedad se deben detectar o se deben propagar directamente al llamador.

protected:
 virtual property bool CatchExceptions { bool get(); };
protected virtual bool CatchExceptions { get; }
member this.CatchExceptions : bool
Protected Overridable ReadOnly Property CatchExceptions As Boolean

Valor de propiedad

true si se detectan excepciones; false si las excepciones se propagan al llamador.

Comentarios

Esto dependerá de si existen suscriptores al evento PropertyValueException.

Se aplica a