10 references to ProtocolException
SMSvcHost (1)
System\ServiceModel\Activation\ListenerConnectionDemuxer.cs (1)
146Exception exception = new ProtocolException(inner.Message, inner);
System.ServiceModel (8)
System\ServiceModel\Channels\ConnectionDemuxer.cs (1)
278Exception exception = new ProtocolException(inner.Message, inner);
System\ServiceModel\Channels\CreateSequence.cs (1)
163throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(WsrmMessageInfo.CreateInternalFaultException(faultReply, reason, new ProtocolException(reason, e)));
System\ServiceModel\Channels\FramingDecoders.cs (1)
424throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ProtocolException(exceptionString, inner));
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
602ProtocolException exception = new ProtocolException(message, innerException);
System\ServiceModel\Channels\TransactionChannel.cs (1)
192throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ProtocolException(e.Message, e));
System\ServiceModel\Channels\WebSocketHelper.cs (1)
290ex = new ProtocolException(ex.Message, ex);
System\ServiceModel\Channels\WsrmMessageInfo.cs (1)
688: base(message, inner)
System\ServiceModel\MessageHeaderException.cs (1)
46: base(message, innerException)
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpSocket.cs (1)
238result = new ProtocolException(errorMessage, inner);