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