Skip to main content

ServiceFault.FullMessage Property

Specifies the full message of the service fault.

Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts

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

NuGet Package: DevExpress.Printing.Core

Declaration

[DataMember]
public string FullMessage { get; set; }

Property Value

Type Description
String

A String value.

See Also