2 writes to exception
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableChannelBinder.cs (2)
2610
this.
exception
= this.synchronizer.binder.GetClosedException(this.maskingMode);
2616
this.
exception
= this.synchronizer.binder.GetFaultedException(this.maskingMode);
2 references to exception
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableChannelBinder.cs (2)
2711
if (this.
exception
!= null)
2718
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(this.
exception
);