15 references to CreateClosedException
System.ServiceModel.Primitives (15)
System\ServiceModel\Channels\ClientReliableDuplexSessionChannel.cs (1)
1043throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(CreateClosedException());
System\ServiceModel\Channels\CommunicationObject.cs (9)
807throw TraceUtility.ThrowHelperError(CreateClosedException(), Guid.Empty, this); 838throw TraceUtility.ThrowHelperError(CreateClosedException(), Guid.Empty, this); 841throw TraceUtility.ThrowHelperError(CreateClosedException(), Guid.Empty, this); 870throw TraceUtility.ThrowHelperError(CreateClosedException(), Guid.Empty, this); 896throw TraceUtility.ThrowHelperError(CreateClosedException(), Guid.Empty, this); 899throw TraceUtility.ThrowHelperError(CreateClosedException(), Guid.Empty, this); 925throw TraceUtility.ThrowHelperError(CreateClosedException(), Guid.Empty, this); 928throw TraceUtility.ThrowHelperError(CreateClosedException(), Guid.Empty, this); 965throw TraceUtility.ThrowHelperError(CreateClosedException(), Guid.Empty, this);
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
606throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(CreateClosedException());
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (2)
147return CreateClosedException(); 809throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(_parent.CreateClosedException());
System\ServiceModel\Channels\ServiceChannel.cs (1)
2368Complete(false, _manager._channel.CreateClosedException());
System\ServiceModel\Channels\TransmissionStrategy.cs (1)
757_exception = communicationObject.CreateClosedException();