1 implementation of OnException
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
133
public event BinderExceptionHandler
OnException
;
3 references to OnException
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\ClientReliableDuplexSessionChannel.cs (1)
35
Binder.
OnException
+= OnBinderException;
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
34
_binder.
OnException
+= OnBinderException;
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
52
this.binder.
OnException
+= OnBinderException;