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”}
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.