1 instantiation of NetDispatcherFaultException
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
557
return new
NetDispatcherFaultException
(reason, code, innerException);
4 references to NetDispatcherFaultException
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ErrorBehavior.cs (3)
137
else if (e is
NetDispatcherFaultException
)
139
NetDispatcherFaultException
ndfe = e as
NetDispatcherFaultException
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
552
internal static
NetDispatcherFaultException
CreateDeserializationFailedFault(string reason, Exception innerException)