SyntaxFix
Write A Post
Hire A Developer
Questions
Try this (it's VB-Code :-):
Try Catch exp As WebException Dim sResponse As String = New StreamReader(exp.Response.GetResponseStream()).ReadToEnd End Try