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