1 instantiation of NetDispatcherFaultException
System.ServiceModel (1)
System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
545
return new
NetDispatcherFaultException
(reason, code, innerException);
4 references to NetDispatcherFaultException
System.ServiceModel (4)
System\ServiceModel\Dispatcher\ErrorBehavior.cs (3)
148
else if (e is
NetDispatcherFaultException
)
150
NetDispatcherFaultException
ndfe = e as
NetDispatcherFaultException
;
System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
540
internal static
NetDispatcherFaultException
CreateDeserializationFailedFault(string reason, Exception innerException)