CustomHandleExceptionEventArgs Class
In This Article
Provides data for the WinApplication.CustomHandleException event.
Namespace: DevExpress.ExpressApp.Win
Assembly: DevExpress.ExpressApp.Win.v24.2.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
#Declaration
public class CustomHandleExceptionEventArgs :
HandledEventArgs
#Remarks
To get the exception, use the CustomHandleExceptionEventArgs.Exception property.
#Inheritance
Object
EventArgs
HandledEventArgs
CustomHandleExceptionEventArgs
See Also