Framing JScript Exceptions in C#?
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I am executing a JScript class from my C# using Microsoft Jscript Engine, using reflection to invoke JScript. If there is any exception thrown from JSCript, how to frame it properly for end user. I can handle the execption in try catch block, but i am getting TargetInvocation exception, which needs to be framed properly and shown to end user. Any Inputs in framing the TargetInvocation exception and showing to user in meaningful way? Thanks