using System; using System.Collections.Generic; using System.Linq; using System.Text; using SuperSocket.Common; namespace SuperSocket.SocketEngine { interface IExceptionSource { event EventHandler<ErrorEventArgs> ExceptionThrown; } }