PropertyMap.PropertyMappingError 事件
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
属性转换器引发异常时发生。
public:
event EventHandler<System::Windows::Forms::Integration::PropertyMappingExceptionEventArgs ^> ^ PropertyMappingError;
public event EventHandler<System.Windows.Forms.Integration.PropertyMappingExceptionEventArgs> PropertyMappingError;
member this.PropertyMappingError : EventHandler<System.Windows.Forms.Integration.PropertyMappingExceptionEventArgs>
Public Custom Event PropertyMappingError As EventHandler(Of PropertyMappingExceptionEventArgs)
事件类型
注解
PropertyMappingError事件的处理程序可以通过在 上PropertyMappingExceptionEventArgs设置 ThrowException 标志来选择性地引发异常。