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