ExceptionEventArgs.Exception Property
Provides access to the exception.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
Property Value
Type | Description |
---|---|
Exception | A Exception object, representing errors that occur during application execution. |
Remarks
The Exception event occurs when an exception is raised in user scripts, to allow catching them.
To check whether an exception is handled, use the ExceptionEventArgs.Handled property.
See Also