Skip to main content

FaultEventArgs(Exception) Constructor

In This Article

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

Namespace: DevExpress.Xpf.Printing

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

#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