10 references to ProtocolException
SMSvcHost (1)
System\ServiceModel\Activation\ListenerConnectionDemuxer.cs (1)
146
Exception exception = new
ProtocolException
(inner.Message, inner);
System.ServiceModel (8)
System\ServiceModel\Channels\ConnectionDemuxer.cs (1)
278
Exception exception = new
ProtocolException
(inner.Message, inner);
System\ServiceModel\Channels\CreateSequence.cs (1)
163
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(WsrmMessageInfo.CreateInternalFaultException(faultReply, reason, new
ProtocolException
(reason, e)));
System\ServiceModel\Channels\FramingDecoders.cs (1)
424
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
ProtocolException
(exceptionString, inner));
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
602
ProtocolException exception = new
ProtocolException
(message, innerException);
System\ServiceModel\Channels\TransactionChannel.cs (1)
192
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
ProtocolException
(e.Message, e));
System\ServiceModel\Channels\WebSocketHelper.cs (1)
290
ex = 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)
238
result = new
ProtocolException
(errorMessage, inner);