25 references to ProtocolException
System.ServiceModel (25)
System\ServiceModel\ActionMismatchAddressingException.cs (1)
19
:
base
(message)
System\ServiceModel\Channels\ChannelReliableSession.cs (1)
929
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
ProtocolException
(exceptionReason));
System\ServiceModel\Channels\CreateSequence.cs (4)
78
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(WsrmMessageInfo.CreateInternalFaultException(faultReply, reason, new
ProtocolException
(reason)));
101
new
ProtocolException
(reason)));
139
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(WsrmMessageInfo.CreateInternalFaultException(faultReply, reason, new
ProtocolException
(reason)));
154
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(WsrmMessageInfo.CreateInternalFaultException(faultReply, reason, new
ProtocolException
(reason)));
System\ServiceModel\Channels\FaultConverter.cs (4)
98
exception = new
ProtocolException
(fault.Reason.GetMatchingTranslation(CultureInfo.CurrentCulture).Text);
162
exception = new
ProtocolException
(fault.Reason.GetMatchingTranslation(CultureInfo.CurrentCulture).Text);
170
exception = new
ProtocolException
(fault.Reason.GetMatchingTranslation(CultureInfo.CurrentCulture).Text);
175
exception = new
ProtocolException
(fault.Reason.GetMatchingTranslation(CultureInfo.CurrentCulture).Text);
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (1)
3251
return new
ProtocolException
(reason);
System\ServiceModel\Channels\ServiceChannel.cs (2)
1123
throw DiagnosticUtility.ExceptionUtility.ThrowHelperWarning(new
ProtocolException
(fault.Reason.GetMatchingTranslation(CultureInfo.CurrentCulture).Text));
1156
throw DiagnosticUtility.ExceptionUtility.ThrowHelperWarning(new
ProtocolException
(
System\ServiceModel\Channels\TransactionChannelFaultConverter.cs (1)
25
exception = new
ProtocolException
(fault.Reason.GetMatchingTranslation(CultureInfo.CurrentCulture).Text);
System\ServiceModel\Channels\WsrmFault.cs (1)
114
return new
ProtocolException
(message);
System\ServiceModel\Channels\WsrmMessageInfo.cs (4)
220
return CreateInternalFaultException(faultReply, exceptionReason, new
ProtocolException
(exceptionReason));
908
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(WsrmMessageInfo.CreateInternalFaultException(faultReply, reason, new
ProtocolException
(reason)));
925
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(WsrmMessageInfo.CreateInternalFaultException(faultReply, reason, new
ProtocolException
(reason)));
957
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(WsrmMessageInfo.CreateInternalFaultException(faultReply, reason, new
ProtocolException
(reason)));
System\ServiceModel\ProtocolException.cs (6)
28
return new
ProtocolException
(text);
33
return new
ProtocolException
(text);
39
return new
ProtocolException
(text);
52
return new
ProtocolException
(text);
57
return new
ProtocolException
(text);
63
return new
ProtocolException
(text);