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