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