How to pass config values to global exception handler

Hi Team,

I have to pass value from config of attended framework to global exception handler.
value from config is email address, in case of any exception global exception handler will trigger an email, so I want to pass this email address from config file.

Please help with this.

Hi @Soundharya

Use try catch activity and use send outlook mail message and give it as config(“Email Address”).ToString

and check it like that
(or)

Thanks
Ashwin S

3 Likes

Thanks Ashwin, invoking InitAllSettings.xaml helped!

2 Likes

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