c# - Extracting detail from a WCF FaultException response ...
The detail node of the message fault is expected to contain XML. The GetDetail will deserialize this XML into the given object. As the contents is not XML it was possible to use this method.