MessageFault.GetDetail<T> Method (XmlObjectSerializer)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns the detail object that uses the specified XmlObjectSerializer.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Type Parameters
- T
The type of the detail object.
Parameters
- serializer
- Type: System.Runtime.Serialization.XmlObjectSerializer
The XmlObjectSerializer to use when deserializing the detail object.
Show: