Skip to main content

SimpleFaultEventArgs(Exception) Constructor

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

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public SimpleFaultEventArgs(
    Exception fault
)

Parameters

Name Type Description
fault Exception

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

See Also