XmlSerializerFormatAttribute::SupportFaults Property
Gets or sets a value that indicates that the XmlSerializer should be used for reading and writing faults.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: System::Booleantrue if the XmlSerializer should be used for reading and writing faults; false if the DataContractSerializer should be used. The default is false.
The default formatter for fault serialization is the DataContractSerializer. To use the XmlSerializer, set this property to true. Starting in .NET 4 the serializer set by the SupportFaults property will be used even if a custom behavior is set on the contract to which the XmlSerializerFormatAttribute is applied.
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0