Skip to main content

ParametersMergingErrorEventArgs(Exception) Constructor

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

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public ParametersMergingErrorEventArgs(
    Exception error
)

Parameters

Name Type Description
error Exception

A Exception object.

See Also