6 references to BinderExceptionHandler
System.ServiceModel (6)
System\ServiceModel\Channels\IReliableChannelBinder.cs (2)
20
event
BinderExceptionHandler
Faulted;
21
event
BinderExceptionHandler
OnException;
System\ServiceModel\Channels\ReliableChannelBinder.cs (4)
161
public event
BinderExceptionHandler
Faulted;
162
public event
BinderExceptionHandler
OnException;
557
BinderExceptionHandler
handler = this.Faulted;
843
BinderExceptionHandler
handler = this.OnException;