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

ParametersMergingErrorEventArgs(Exception) Constructor

Initializes a new instance of the ParametersMergingErrorEventArgs class with the specified exception.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public ParametersMergingErrorEventArgs(
    Exception error
)

Parameters

Name Type Description
error Exception

A Exception object.

See Also