ExceptionMessageEventArgs.MessageAction Property
In This Article
Gets or sets an action to be performed when the PdfViewerControl.ExceptionMessage event occurs.
Namespace: DevExpress.Xpf.PdfViewer
Assembly: DevExpress.Xpf.PdfViewer.v24.2.dll
NuGet Package: DevExpress.Wpf.PdfViewer
#Declaration
public ExceptionMessageAction MessageAction { get; set; }
#Property Value
Type | Description |
---|---|
Exception |
One of the Exception |
Available values:
Name | Description |
---|---|
Show |
The PDF Viewer shows a message box. |
Ignore | The PDF Viewer ignores the exception. |
Rethrow | The PDF Viewer rethrows the exception. |
See Also