corelibraries-devexpress-dot-xtraprinting-aa43b7e3.md
Provides data for the ExceptionEventArgs.Exception event.
Namespace : DevExpress.XtraPrinting
Assembly : DevExpress.Printing.v25.2.Core.dll
NuGet Package : DevExpress.Printing.Core
public class ExceptionEventArgs :
EventArgs
Public Class ExceptionEventArgs
Inherits EventArgs
ExceptionEventArgs is the data class for the following events:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | IDocument.CreateDocumentException |
| PrintingSystemBase.CreateDocumentException | |
| WPF Controls | IDocumentViewModel.DocumentException |
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).
Object EventArgs ExceptionEventArgs ScriptExceptionEventArgs
See Also