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