17 references to CreateClosedException
System.ServiceModel (17)
System\ServiceModel\Channels\CommunicationObject.cs (9)
836
throw TraceUtility.ThrowHelperError(this.
CreateClosedException
(), Guid.Empty, this);
867
throw TraceUtility.ThrowHelperError(this.
CreateClosedException
(), Guid.Empty, this);
870
throw TraceUtility.ThrowHelperError(this.
CreateClosedException
(), Guid.Empty, this);
899
throw TraceUtility.ThrowHelperError(this.
CreateClosedException
(), Guid.Empty, this);
925
throw TraceUtility.ThrowHelperError(this.
CreateClosedException
(), Guid.Empty, this);
928
throw TraceUtility.ThrowHelperError(this.
CreateClosedException
(), Guid.Empty, this);
954
throw TraceUtility.ThrowHelperError(this.
CreateClosedException
(), Guid.Empty, this);
957
throw TraceUtility.ThrowHelperError(this.
CreateClosedException
(), Guid.Empty, this);
992
throw TraceUtility.ThrowHelperError(this.
CreateClosedException
(), Guid.Empty, this);
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
1429
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(this.
CreateClosedException
());
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (1)
2528
Complete(false, communicationObject.
CreateClosedException
());
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
738
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(this.
CreateClosedException
());
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (3)
190
return this.
CreateClosedException
();
1013
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(this.parent.
CreateClosedException
());
1073
this.Complete(false, parent.
CreateClosedException
());
System\ServiceModel\Channels\ServiceChannel.cs (1)
2544
this.Complete(false, this.manager.channel.
CreateClosedException
());
System\ServiceModel\Channels\TransmissionStrategy.cs (1)
1117
this.exception = communicationObject.
CreateClosedException
();