Skip to main content

PrintStatus.Fault Property

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

Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts

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

NuGet Package: DevExpress.Printing.Core

Declaration

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

Property Value

Type Description
ServiceFault

A ServiceFault object.

See Also