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

OnConnectFail() protected method

Fires when the Client raises the specified Exception during the Connect process.
protected OnConnectFail ( Exception ex ) : void
ex System.Exception
return void
        protected virtual void OnConnectFail(Exception ex)
        {
        }