253.

In C#, which of the following is not a valid C# jump statement?

Branching is performed using jump statements, which cause an immediate transfer of the program control. The following keywords are used in jump statements:

break

continue

goto

return

throw