I wish I could get a hold of the InnerException property. I have tried surrounding my code with try { ... } catch (StackOverflowException) to get inner exception property, but the exception is thrown in the R.net code. I tried surrounding that code with try catch, but I don't have access to the StackOverflowException there.
Any suggestions? Thank you!
Any suggestions? Thank you!