2 implementations of HandleAsyncException
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\UdpChannelBase.cs (1)
202
void IUdpReceiveHandler.
HandleAsyncException
(Exception ex)
System\ServiceModel\Channels\UdpChannelListener.cs (1)
163
void IUdpReceiveHandler.
HandleAsyncException
(Exception ex)
2 references to HandleAsyncException
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\UdpSocketReceiveManager.cs (2)
315
this.receiveHandler.
HandleAsyncException
(ex);
343
this.receiveHandler.
HandleAsyncException
(ex);