Skip to main content

FaultEventArgs(Exception) Constructor

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

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public FaultEventArgs(
    Exception fault
)

Parameters

Name Type Description
fault Exception

A Exception object. This value is assigned to the SimpleFaultEventArgs.Fault property.

See Also