Message of Javascript exception in C#
- by Peter Pan
Hi,
i'm doing some unit tests in Silverlight. Therefore i'm invoking some javascript functions.
i'd like to know how to get the message of the exception thrown in javascript.
Is this possible?
Thanks!
Peter