FaultException<TDetail>.Detail Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the object that contains the detail information of the fault condition.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: TDetailThe detail object that is the type parameter of the FaultException<TDetail> object.
Show: