Skip to main content

ParametersMergingErrorEventArgs(Exception) Constructor

In This Article

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

Namespace: DevExpress.Xpf.Printing

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

#Declaration

public ParametersMergingErrorEventArgs(
    Exception error
)

#Parameters

Name Type Description
error Exception

A Exception object.

See Also