expressappframework-devexpress-dot-expressapp-dot-actions-7df8674b.md
Arguments passed to the WinWindow.CustomHandleExceptionOnClosing event.
Namespace : DevExpress.ExpressApp.Actions
Assembly : DevExpress.ExpressApp.v25.2.dll
NuGet Package : DevExpress.ExpressApp
public class HandleExceptionEventArgs :
HandledEventArgs
Public Class HandleExceptionEventArgs
Inherits HandledEventArgs
HandleExceptionEventArgs is the data class for the following events:
The CustomHandleExceptionOnClosing event occurs when an exception is triggered while a WinWindow is being closed. You can handle this event to manually process an exceptional situation. The CustomHandleExceptionEventArgs.Exception property specifies the original exception. Perform the actions required to correct it and set the Handled argument passed into the event handler to true , to suppress the original exception.
Object EventArgs HandledEventArgs HandleExceptionEventArgs
See Also