6 references to CommunicationObjectAbortedException
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
100
CommunicationObjectAbortedException communicationObjectAbortedException = new
CommunicationObjectAbortedException
(
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CommunicationObject.cs (1)
254
return new
CommunicationObjectAbortedException
(string.Format(SRServiceModel.CommunicationObjectAborted1, this.GetCommunicationObjectType().ToString()));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionPoolHelper.cs (1)
232
new
CommunicationObjectAbortedException
(
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingChannels.cs (1)
395
new
CommunicationObjectAbortedException
(string.Format(SRServiceModel.DuplexChannelAbortedDuringOpen, this.Via)));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestContextBase.cs (1)
195
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
CommunicationObjectAbortedException
(SRServiceModel.RequestContextAborted));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
1085
Exception error = new
CommunicationObjectAbortedException
(text);