How we can call exception message in reframe work? Like we can handle in config file we can call the name in exception?

How to create Exception in config file?
How we call in to reframe work?

Hi @Vicky_K

This is how you do it

add the ‘Exception’ in your config
image

then in throw activity

System Exception
New Exception(in_Config(“Exception”).Tostring)

Business Exception
New BusinessRuleException(in_Config(“Exception”).Tostring)

cheers