1 instantiation of FaultException
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
1067
throw 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)
46
if (faultType.IsGenericType() && (faultType.GetGenericTypeDefinition() == typeof(
FaultException
<>)))
156
Type knownFaultType = typeof(
FaultException
<>).MakeGenericType(detailType);
197
public OperationFault(XmlObjectSerializer serializer,
FaultException
<T> faultException) :