Compartir a través de


PropertyValue.OnPropertyValueException (Método)

Provoca el evento PropertyValueException.

Espacio de nombres:  Microsoft.Windows.Design.PropertyEditing
Ensamblado:  Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)

Sintaxis

'Declaración
Protected Overridable Sub OnPropertyValueException ( _
    e As PropertyValueExceptionEventArgs _
)
protected virtual void OnPropertyValueException(
    PropertyValueExceptionEventArgs e
)
protected:
virtual void OnPropertyValueException(
    PropertyValueExceptionEventArgs^ e
)
abstract OnPropertyValueException : 
        e:PropertyValueExceptionEventArgs -> unit 
override OnPropertyValueException : 
        e:PropertyValueExceptionEventArgs -> unit 
protected function OnPropertyValueException(
    e : PropertyValueExceptionEventArgs
)

Parámetros

Excepciones

Excepción Condición
ArgumentNullException

El valor de e es nullreferencia null (Nothing en Visual Basic).

Comentarios

Este método lo invocan los métodos Get y Set de las propiedades Value y StringValue cuando el valor de CatchExceptions es true.

Seguridad de .NET Framework

Vea también

Referencia

PropertyValue Clase

Microsoft.Windows.Design.PropertyEditing (Espacio de nombres)

PropertyEntry

PropertyValueEditor

Otros recursos

Extensibilidad de WPF Designer

Arquitectura de edición de propiedades