UndoManager.OnExceptionOccurred(UndoManager+ExceptionEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected:
virtual void OnExceptionOccurred(Microsoft::ReportDesigner::UndoManager::ExceptionEventArgs ^ e);
protected virtual void OnExceptionOccurred (Microsoft.ReportDesigner.UndoManager.ExceptionEventArgs e);
abstract member OnExceptionOccurred : Microsoft.ReportDesigner.UndoManager.ExceptionEventArgs -> unit
override this.OnExceptionOccurred : Microsoft.ReportDesigner.UndoManager.ExceptionEventArgs -> unit
Protected Overridable Sub OnExceptionOccurred (e As UndoManager.ExceptionEventArgs)