3 instantiations of MustUnderstandSoapException
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\WsrmMessageInfo.cs (2)
305new MustUnderstandSoapException(notUnderstoodHeaders, messageVersion.Envelope)); 567new MustUnderstandSoapException(notUnderstoodHeaders, version.Envelope));
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (1)
326new MustUnderstandSoapException(rpc.NotUnderstoodHeaders, rpc.Request.Version.Envelope));
3 references to MustUnderstandSoapException
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\FaultConverter.cs (3)
230if (exception is MustUnderstandSoapException) 232MustUnderstandSoapException muse = exception as MustUnderstandSoapException;