Skip to main content
A newer version of this page is available. .

ExceptionEventArgs Class

Provides data for the ExceptionEventArgs.Exception event.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public class ExceptionEventArgs :
    EventArgs

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).

Inheritance

See Also