System\ServiceModel\Channels\ReliableChannelBinder.cs (11)
402if (!this.HandleException(e, maskingMode))
440this.HandleException(e, MaskingMode.All);
619this.HandleException(e, MaskingMode.All);
651return this.HandleException(e, maskingMode);
709this.HandleException(e, MaskingMode.All);
2782if (!this.binder.HandleException(e, this.maskingMode))
2839if (this.binder.HandleException(e, this.maskingMode))
3560if (!this.Binder.HandleException(e, this.MaskingMode))
3585if (!this.Binder.HandleException(e, this.MaskingMode))
3615if (!this.Binder.HandleException(e, this.MaskingMode))
3640if (!this.Binder.HandleException(e, this.MaskingMode))