2 references to MaxMessageSizeExceededFault
System.ServiceModel (2)
System\ServiceModel\Channels\FramingDecoders.cs (1)
282else if (faultString == FramingEncodingString.MaxMessageSizeExceededFault)
System\ServiceModel\Channels\SessionConnectionReader.cs (1)
1035base.SendFault(FramingEncodingString.MaxMessageSizeExceededFault, timeout);