1 instantiation of MustUnderstandSoapException
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (1)
368new MustUnderstandSoapException(rpc.NotUnderstoodHeaders, rpc.Request.Version.Envelope));
3 references to MustUnderstandSoapException
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FaultConverter.cs (3)
229if (exception is MustUnderstandSoapException) 231MustUnderstandSoapException muse = exception as MustUnderstandSoapException;