HttpClientException.Message Property
Gets a value which describes the error that caused the exception.
[Visual Basic]
Overrides Public ReadOnly Property Message As String
[C#]
public override string Message {get;}
Property Value
A string which describes the error that caused the exception.
Remarks
The Message property returns a string which describes the error that caused the exception.
See Also
HttpClientException Class |
SocketTools Namespace