Sorry, I made a mistake.
Use this
VB Code:
Try '... your code here Catch ex as System.Exception MessageBox.Show(ex.ToString()) End Try
Instead of my earlier code
VB Code:
Try '... your code here Catch ex as System.Exception MessageBox.Show(ex.Message.ToString()) End Try




Reply With Quote