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