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

ParametersMergingErrorEventArgs.Error Property

Gets the text of the error message.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Printing, DevExpress.Wpf.Printing

Declaration

public Exception Error { get; }

Property Value

Type Description
Exception

A Exception object.

See Also