'Declaration Public Overrides Function ToString() As String
'Usage Dim instance As HttpReplyException Dim value As String value = instance.ToString()
public override string ToString()
Return Value
A string representation of the current exception including the reply
that was received from the HTTP proxy.