10 references to HandleException
System.ServiceModel (10)
System\ServiceModel\Channels\ClientReliableChannelBinder.cs (1)
284if (!this.HandleException(e, maskingMode, autoAborted))
System\ServiceModel\Channels\ReliableChannelBinder.cs (8)
906if (!this.HandleException(e, maskingMode, autoAborted)) 1045if (!this.HandleException(e, maskingMode, autoAborted)) 3048if (!this.binder.HandleException(e, this.maskingMode, this.autoAborted)) 3098if (!this.binder.HandleException(e, this.maskingMode, this.autoAborted)) 3162if (!this.binder.HandleException(e, this.maskingMode, this.autoAborted)) 3407if (!this.binder.HandleException(e, this.maskingMode, this.autoAborted)) 3446if (!this.binder.HandleException(e, this.maskingMode, this.autoAborted)) 3500if (this.binder.HandleException(e, this.maskingMode, this.autoAborted))
System\ServiceModel\Channels\ServerReliableChannelBinder.cs (1)
648if (!this.HandleException(e, this.DefaultMaskingMode, autoAborted))