AIsOfCatan.AgentActionException.AgentActionException C# (CSharp) Method

AgentActionException() public method

public AgentActionException ( string msg, bool stopGame = false ) : System
msg string
stopGame bool
return System
        public AgentActionException(string msg, bool stopGame = false)
            : base(msg)
        {
            StopGame = stopGame;
        }

Same methods

AgentActionException::AgentActionException ( bool stopGame = false ) : System
AgentActionException