7 references to CommunicationObjectAbortedException
System.ServiceModel.Http (1)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
84CommunicationObjectAbortedException communicationObjectAbortedException = new CommunicationObjectAbortedException(
System.ServiceModel.NetFramingBase (2)
System\ServiceModel\Channels\ConnectionPoolHelper.cs (1)
148new CommunicationObjectAbortedException(
System\ServiceModel\Channels\FramingChannels.cs (1)
328new CommunicationObjectAbortedException(SR.Format(SR.DuplexChannelAbortedDuringOpen, Via)));
System.ServiceModel.Primitives (4)
System\ServiceModel\Channels\CommunicationObject.cs (1)
367return new CommunicationObjectAbortedException(SRP.Format(SRP.CommunicationObjectAborted1, GetCommunicationObjectType().ToString()));
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
357return new CommunicationObjectAbortedException(SRP.Format(
System\ServiceModel\Channels\RequestContextBase.cs (1)
186throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new CommunicationObjectAbortedException(SRP.RequestContextAborted));
System\ServiceModel\Channels\ServiceChannel.cs (1)
1100Exception error = new CommunicationObjectAbortedException(text);