Skip to main content
A newer version of this page is available. .

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

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