1 type derived from XmlObjectSerializerFault
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\FaultFormatter.cs (1)
195
internal class OperationFault<T> :
XmlObjectSerializerFault
1 instantiation of XmlObjectSerializerFault
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageFault.cs (1)
56
return new
XmlObjectSerializerFault
(code, reason, detail, serializer, actor, node);