- A info::exception
- B catch
- C error
- D _error
- Share this MCQ
Answer:
C
Share this MCQ
Justification:
- Info::Exception is not valid as it is not a base enumeration.
- The catch statement is not used to output a specific message to the end user.
- The error keyword is used to display an error message to the end user. It is often preceded by the “throw” keyword in error handling.
- Return is not a valid keyword.
Related Lesson: Code Statements
Click me to Read more Question & Answer of Module 15: Exception Handling - X++ D365 F&O TechnicalShare this MCQ