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

OnError() 보호된 메소드

Fires when an Error reply has been sent by the network (raw is greater than 399).
protected OnError ( IrcPacket packet ) : void
packet Squishy.Irc.Protocol.IrcPacket
리턴 void
        protected virtual void OnError(IrcPacket packet)
        {
        }