Exit MB6-819 AX 2009 Development Introduction
Question 2 of 5
0% complete
Q2 Single choice

What is the correct syntax for a try..
catch statement?

  • A

    try{...}catch(error){----}

  • B

    try{...}catch(exception::error){----}

  • C

    try{...}catch(retry){----}

  • D

    try{...}error.catch(){----}