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

OnExceptionRaised() 보호된 메소드

Fires when an exception is raised during the protocol handling.
protected OnExceptionRaised ( Exception e ) : void
e System.Exception The Exception thrown during the handling.
리턴 void
        protected virtual void OnExceptionRaised(Exception e)
        {
        }