[ScriptableMember()]
public void HighlightEditsForCode(object xml)
{
//Do Stuff
}
I have a scriptable member function. I throw an exception from within this function.
It doesn't trigger the application.UnhandledException event...
something must be handling this event... how can I prevent this and have the unhandledexception event be called?
Or at least avoid having my application crash and display a javascript error?