MCQ Single Best Answer Easy

QWhich of the following is NOT a valid exception type?

ID: #9405 Module 15: Exception Handling - X++ D365 F&O Technical 236 views
Question Info
#9405Q ID
EasyDifficulty
Module 15: Exception Handling - X++ D365 F&O TechnicalTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A Info
  • B Deadlock
  • C Stop
  • D UpdateConflict
Correct Answer: Option C

Explanation

Justification:

  1. Info is a valid exception type. It allows you to display an informational exception in the info log.
  2. Deadlock is a valid expectation type. It informs the user of a deadlock situation in the database.
  3. Stop is not a valid exception type. However, there is an exception type of “break”, which indicates that the user has pressed the break key.
  4. UpdateConflict is a valid exception type. This indicates that an error has occurred in the optimistic concurrency control, and that the transaction will be retired.

 

Related Lesson: Exception Types

Share This Question

Challenge a friend or share with your study group.