Add below line of code to error message:-
errorMessage += "\n Inner Exception:" +ex.InnerException; The InnerException property will give you more details about your error.
I hope it helps!