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

PrintStatus.Fault Property

Specifies information about the service fault that occurred while printing the document.

Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

[DataMember]
public ServiceFault Fault { get; set; }

Property Value

Type Description
ServiceFault

A ServiceFault object.

See Also