1 implementation of IsHandleable
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
440
public bool
IsHandleable
(Exception e)
6 references to IsHandleable
System.ServiceModel.Primitives (6)
System\ServiceModel\Channels\ClientReliableDuplexSessionChannel.cs (1)
862
if (Binder.
IsHandleable
(e))
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (2)
885
if (!binder.
IsHandleable
(exception)
899
return binder.
IsHandleable
(exception);
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (2)
672
if (Binder.
IsHandleable
(e))
749
if (Binder.
IsHandleable
(e))
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
312
if (binder.
IsHandleable
(e))