Skip to main content

PdfViewerErrorWrapper.ErrorInfo Property

Gets or sets the exception that is caught.

Namespace: DevExpress.UI.Xaml.Controls

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

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public object ErrorInfo { get; set; }

#Property Value

Type Description
Object

A System.Exception object.

See Also