ExceptionEventArgs Class
Provides data for the ExceptionEventArgs.Exception event.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Remarks
The ExceptionEventArgs.Exception event occurs when an exception is raised in user scripts, to allow it to be caught.
The ExceptionEventArgs introduces the ExceptionEventArgs.Exception property (which provides access to the exception), and the ExceptionEventArgs.Handled property (which specifies whether the exception is handled or not).
See Also