Back to Devexpress

ExceptionEventArgs.Exception Property

corelibraries-devexpress-dot-xtraprinting-dot-exceptioneventargs.md

latest1.5 KB
Original Source

ExceptionEventArgs.Exception Property

Provides access to the exception.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public Exception Exception { get; }
vb
Public ReadOnly Property Exception As Exception

Property Value

TypeDescription
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

Handled

ExceptionEventArgs Class

ExceptionEventArgs Members

DevExpress.XtraPrinting Namespace