If I do a:
throw(new Exception("This is an error"));
This gets handled correctly, but there is no stack information here.
Why is that?
Thanks,
Tom
throw(new Exception("This is an error"));
This gets handled correctly, but there is no stack information here.
Why is that?
Thanks,
Tom
Comment