Exception property - Source doesnt change (input for throw activity)

Hello guys,

By creating a new exception and set properties.
It work when i call it in write line for exemple. But in the logs and message bow from throw activity only message has been uptated.

I don’t if it’s a bug or not. But do you know how to apply this new source name?

  • New system.Exception(“MyMessage”) with {.Source = “SourceNameExemple”}

Ty,
Farid

Hi @Elya ,

But the source generally we check in catch block and do we really require to pass it, I believe it should take automatically when we check source in catch as Exception.Source and their you get to know on which activity exception occurred.

Hello Elya,

The source is the title of the activity that has throw the error and not the source of the exception.

Nicely :kissing_heart:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.