Skip to main content

SimpleFaultEventArgs.Fault Property

Gets the exception, raised if an error occurs.

Namespace: DevExpress.Xpf.Printing

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

#Declaration

public Exception Fault { get; }

#Property Value

Type Description
Exception

A Exception object that contains information about the error.

See Also