Skip to main content
A newer version of this page is available. .

SimpleFaultEventArgs.Fault Property

Gets the exception, raised if an error occurs.

Namespace: DevExpress.Xpf.Printing

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Printing, DevExpress.Wpf.Printing

Declaration

public Exception Fault { get; }

Property Value

Type Description
Exception

A Exception object that contains information about the error.

See Also