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