9 references to CreateInternalFaultException
System.ServiceModel (9)
System\ServiceModel\Channels\CreateSequence.cs (5)
78
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(WsrmMessageInfo.
CreateInternalFaultException
(faultReply, reason, new ProtocolException(reason)));
100
WsrmMessageInfo.
CreateInternalFaultException
(faultReply, 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)));
163
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(WsrmMessageInfo.
CreateInternalFaultException
(faultReply, reason, new ProtocolException(reason, e)));
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)));