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

ExceptionEventArgs.Exception Property

Provides access to the exception.

Namespace: DevExpress.XtraPrinting

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

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

Declaration

public Exception Exception { get; }

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