1 implementation of OnException
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
162
public event BinderExceptionHandler
OnException
;
5 references to OnException
System.ServiceModel (5)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
42
this.binder.
OnException
+= OnBinderException;
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (1)
45
this.binder.
OnException
+= OnBinderException;
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
36
this.binder.
OnException
+= OnBinderException;
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
62
this.binder.
OnException
+= OnBinderException;
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
52
this.binder.
OnException
+= OnBinderException;