PropertyValue.OnPropertyValueException-Methode

Löst das PropertyValueException-Ereignis aus.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
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
)

Parameter

Ausnahmen

Ausnahme Bedingung
ArgumentNullException

e hat den Wert nullNULL-Verweis (Nothing in Visual Basic).

Hinweise

Diese Methode wird von der get- und set-Methode der Value-Eigenschaft und der StringValue-Eigenschaft aufgerufen, wenn CatchExceptions den Wert true hat.

.NET Framework-Sicherheit

Siehe auch

Referenz

PropertyValue Klasse

Microsoft.Windows.Design.PropertyEditing-Namespace

PropertyEntry

PropertyValueEditor

Weitere Ressourcen

WPF-Designer-Erweiterbarkeit

Eigenschaftenbearbeitungsarchitektur