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