Back to Devexpress

ExceptionEventArgs Class

corelibraries-devexpress-dot-xtraprinting-aa43b7e3.md

latest2.2 KB
Original Source

ExceptionEventArgs Class

Provides data for the ExceptionEventArgs.Exception event.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public class ExceptionEventArgs :
    EventArgs
vb
Public Class ExceptionEventArgs
    Inherits EventArgs

ExceptionEventArgs is the data class for the following events:

LibraryRelated API Members
Cross-Platform Class LibraryIDocument.CreateDocumentException
PrintingSystemBase.CreateDocumentException
WPF ControlsIDocumentViewModel.DocumentException

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

Object EventArgs ExceptionEventArgs ScriptExceptionEventArgs

See Also

ExceptionEventArgs Members

DevExpress.XtraPrinting Namespace