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
- e
Tipo: Microsoft.Windows.Design.PropertyEditing.PropertyValueExceptionEventArgs
Datos del evento.
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
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
Microsoft.Windows.Design.PropertyEditing (Espacio de nombres)