Skip to main content

SimpleFaultEventArgs.Fault Property

Gets the exception, raised if an error occurs.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public Exception Fault { get; }

Property Value

Type Description
Exception

A Exception object that contains information about the error.

See Also