ExceptionMessageEventArgs.MessageAction Property
Gets or sets an action to be performed when the PdfViewerControl.ExceptionMessage event occurs.
Namespace: DevExpress.Xpf.PdfViewer
Assembly: DevExpress.Xpf.PdfViewer.v25.2.dll
NuGet Package: DevExpress.Wpf.PdfViewer
Declaration
Property Value
| Type | Description |
|---|---|
| ExceptionMessageAction | One of the ExceptionMessageAction enumeration values. |
Available values:
| Name | Description |
|---|---|
| ShowMessage | The PDF Viewer shows a message box. |
| Ignore | The PDF Viewer ignores the exception. |
| Rethrow | The PDF Viewer rethrows the exception. |
See Also