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