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