Skip to main content

PdfViewerErrorWrapper(Exception) Constructor

Initializes a new instance of the PdfViewerErrorWrapper class with specified settings.

Namespace: DevExpress.UI.Xaml.Controls

Assembly: DevExpress.UI.Xaml.Controls.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public PdfViewerErrorWrapper(
    Exception ex
)

Parameters

Name Type Description
ex Exception

A System.Exception object representing the exception.

See Also