SharpMod.Command.OnFailure C# (CSharp) Method

OnFailure() protected method

protected OnFailure ( Player player ) : void
player Player
return void
        protected virtual void OnFailure(Player player)
        {
            Server.LogDeveloper("Command failed: {0}", Arguments.Join(' '));
        }

Same methods

Command::OnFailure ( int userid ) : void
Command::OnFailure ( int userid, Exception exception ) : void
Command::OnFailure ( int userid, string errorMessage ) : void