Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam UiARD All Questions

View all questions & answers for the UiARD exam

Exam UiARD topic 8 question 123 discussion

Actual exam question from UiPath 's UiARD
Question #: 123
Topic #: 8
[All UiARD Questions]

A developer wants to ensure that a process they are developing includes log messages that are meaningful and indicate which activity caused the error. During the execution of the process, an
Application Exception is caught and stored in a local variable called exception.
How should the Message property of the Log Message activity in the Catch section of this exception be configured?

  • A. exception.Message + "at" + exception.Source
  • B. exception.Message
  • C. "Application Exception at" + exception.Source
  • D. "Exception occurred at" + exception.Source
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
KondaSaiCharanGoud
1 year, 2 months ago
Selected Answer: A
Exception.Source doesnt give a full picture on the Exception, so exception.message is the must
upvoted 1 times
...
LarcAi_Training
1 year, 6 months ago
Selected Answer: C
The given answer is correct
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...