Squishy.Irc.IrcClient.ExceptionNotify C# (CSharp) Method

ExceptionNotify() private method

private ExceptionNotify ( Exception e ) : void
e System.Exception
return void
        internal void ExceptionNotify(Exception e)
        {
            OnExceptionRaised(e);
        }