1 instantiation of FaultException
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
1067throw DiagnosticUtility.ExceptionUtility.ThrowHelperWarning(new FaultException<ExceptionDetail>(detail, fault.Reason, fault.Code, action));
3 references to FaultException
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\FaultFormatter.cs (3)
46if (faultType.IsGenericType() && (faultType.GetGenericTypeDefinition() == typeof(FaultException<>))) 156Type knownFaultType = typeof(FaultException<>).MakeGenericType(detailType); 197public OperationFault(XmlObjectSerializer serializer, FaultException<T> faultException) :