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
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer: Option C
Explanation
Justification:
- Info is a valid exception type. It allows you to display an informational exception in the info log.
- Deadlock is a valid expectation type. It informs the user of a deadlock situation in the database.
- 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.
- 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
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic