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