Skip to main content

ExceptionEventArgs.Exception Property

Provides access to the exception.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.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