6 references to BinderExceptionHandler
System.ServiceModel.Primitives (6)
System\ServiceModel\Channels\IReliableChannelBinder.cs (2)
21
event
BinderExceptionHandler
Faulted;
22
event
BinderExceptionHandler
OnException;
System\ServiceModel\Channels\ReliableChannelBinder.cs (4)
132
public event
BinderExceptionHandler
Faulted;
133
public event
BinderExceptionHandler
OnException;
340
BinderExceptionHandler
handler = Faulted;
593
BinderExceptionHandler
handler = OnException;