3 writes to exception
System.ServiceModel (3)
System\ServiceModel\Channels\TransmissionStrategy.cs (3)
1117this.exception = communicationObject.CreateClosedException(); 1133this.exception = communicationObject.GetTerminalException(); 1142this.exception = new TimeoutException(SR.GetString(SR.TimeoutOnAddToWindow, timeout));
3 references to exception
System.ServiceModel (3)
System\ServiceModel\Channels\TransmissionStrategy.cs (3)
1141if (this.strategy.RemoveAdder(this) && this.exception == null) 1145if (this.exception != null) 1149throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(this.exception);