PropertyValue.OnPropertyValueException 方法

定义

当属性在基础数据收集中获取或设置值失败时PropertyValueException引发PropertyValue事件的默认实现。

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)

参数

e
PropertyValueExceptionEventArgs

提供有关 PropertyValueExceptionEventArgs 发生的获取或设置失败的信息。

适用于