PropertyMap.PropertyMappingError 事件

定义

当属性翻译器引发异常时发生。

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处理程序可以通过设置标记来ThrowException选择性地引发异常PropertyMappingExceptionEventArgs

适用于

另请参阅