2 references to NotUnderstood
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageFault.cs (1)
229
if ((String.Compare(headerInfo.Name, Message12Strings.
NotUnderstood
, StringComparison.Ordinal) == 0) &&
FrameworkFork\System.ServiceModel\System\ServiceModel\MustUnderstandSoapException.cs (1)
66
get { return Message12Strings.
NotUnderstood
; }