Hello,
When an application throws an exception, it is caught in the step.Result.Error container. But if i was to map this information back from this container back into an exception, how can i do this. The probelm is, that the Step.Result.Error.Msg contains the message and stack tarce information. I need to formalise a way of handling errors from different components of the system. Some components have an error queue so i can extract error information from that. But some components throw exceptions, and i need a way to standardise all the errors.
Please advise.
Thanks,
Regards,
Aparna