I have the following code
and while that presents a friendlier error message to a user, I've forgotten how to show me the "real" error. Can someone please remind me how to do that.
Thanks
Doug
Code:
Catch Exc As Exception 'We encountered a problem message.Text = "Your file was not in the correct format. Please contact MSB Customer Service at 512-467-5200." End Try
Thanks
Doug
Comment