Share via


PropertyValue.OnPropertyValueException Methode

Definition

Standardimplementierung, die das PropertyValueException-Ereignis auslöst, wenn für PropertyValue-Eigenschaften beim Abrufen und Festlegen von Werten in der zugrunde liegenden Auflistung der Daten Fehler auftreten.

protected:
 virtual void OnPropertyValueException(System::Activities::Presentation::PropertyEditing::PropertyValueExceptionEventArgs ^ e);
protected virtual void OnPropertyValueException (System.Activities.Presentation.PropertyEditing.PropertyValueExceptionEventArgs e);
abstract member OnPropertyValueException : System.Activities.Presentation.PropertyEditing.PropertyValueExceptionEventArgs -> unit
override this.OnPropertyValueException : System.Activities.Presentation.PropertyEditing.PropertyValueExceptionEventArgs -> unit
Protected Overridable Sub OnPropertyValueException (e As PropertyValueExceptionEventArgs)

Parameter

e
PropertyValueExceptionEventArgs

Ein PropertyValueExceptionEventArgs, das Informationen zum aufgetretenen Fehler beim Abrufen oder Festlegen bereitstellt.

Gilt für: