1 implementation of IsHandleable
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
657public bool IsHandleable(Exception e)
7 references to IsHandleable
System.ServiceModel (7)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
1147if (this.binder.IsHandleable(e))
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (3)
1552if (!this.binder.IsHandleable(exception) 1566return this.binder.IsHandleable(exception); 2394if (this.saveHandledException && this.Binder.IsHandleable(e))
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (2)
804if (this.Binder.IsHandleable(e)) 939if (this.Binder.IsHandleable(e))
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
433if (this.binder.IsHandleable(e))