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

OnExceptionRaised() protected method

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