Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

NuGet Package: DevExpress.Wpf.PdfViewer

#Declaration

public ExceptionMessageAction MessageAction { get; set; }

#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