Squishy.Irc.IrcClient.ExceptionNotify C# (CSharp) 메소드

ExceptionNotify() 개인적인 메소드

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