FaultEventArgs(Exception) Constructor
Initializes a new instance of the FaultEventArgs class with the specified exception.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
Parameters
Name | Type | Description |
---|---|---|
fault | Exception | A Exception object. This value is assigned to the SimpleFaultEventArgs.Fault property. |
See Also