14 instantiations of CommunicationObjectAbortedException
dotnet-svcutil-lib (14)
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\Connection.cs (1)
524
return new
CommunicationObjectAbortedException
(ioException.InnerException.Message, ioException);
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);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SocketConnection.cs (5)
196
return new
CommunicationObjectAbortedException
(SRServiceModel.SocketConnectionDisposed, originalException);
210
return new
CommunicationObjectAbortedException
(socketException.Message, socketException);
232
return new
CommunicationObjectAbortedException
(SRServiceModel.TcpLocalConnectionAborted, originalException);
249
return new
CommunicationObjectAbortedException
(string.Format(SRServiceModel.TcpTransferError, (int)socketException.SocketErrorCode, socketException.Message), originalException);
439
return new
CommunicationObjectAbortedException
(socketException.Message, socketException);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketHelper.cs (2)
140
CommunicationObjectAbortedException communicationObjectAbortedException = new
CommunicationObjectAbortedException
(ex.Message, ex);
183
return new
CommunicationObjectAbortedException
(exception.Message, exception);
7 references to CommunicationObjectAbortedException
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
100
CommunicationObjectAbortedException
communicationObjectAbortedException = new CommunicationObjectAbortedException(
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Connection.cs (1)
522
else if (ioException.InnerException is
CommunicationObjectAbortedException
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketHelper.cs (2)
140
CommunicationObjectAbortedException
communicationObjectAbortedException = new CommunicationObjectAbortedException(ex.Message, ex);
159
if (communicationException is
CommunicationObjectAbortedException
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ErrorHandlingReceiver.cs (3)
62
catch (
CommunicationObjectAbortedException
)
102
catch (
CommunicationObjectAbortedException
)
145
catch (
CommunicationObjectAbortedException
)