ExceptionEventArgs.Handled Property
Specifies whether or not the corresponding event was handled.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the exception was handled; otherwise, false. |
Remarks
The exception text is available via the ExceptionEventArgs.Exception property.
See Also