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