continue - skips the rest of the code within the current loop / code block (IE the next run of a for, while, etc)
exit - halts the execution of the script completely.
When you put exit, nothing below that will be executed. Short answer no, you can't.