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 旗標,選擇性地引發例外狀況。