Hi,
there's a query related to exceptional handling. In C# or .net we can use try catch method and print our own customized message, but as per dynamics we can't do that . We just throw an exception which generally system generate. I want to know that can we throw our customized message in try catch method ? if anyone have answer then do let me know with example .
i've searched a class CLRInterpo class but don't know how to consume it in try catch method
*This post is locked for comments