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