diff --git a/xml/System.Net.Http/HttpRequestException.xml b/xml/System.Net.Http/HttpRequestException.xml index 4b7386ddd5c..ba5049fd81e 100644 --- a/xml/System.Net.Http/HttpRequestException.xml +++ b/xml/System.Net.Http/HttpRequestException.xml @@ -165,11 +165,10 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + A message that describes the current exception. + The inner exception. + The HTTP status code. + Initializes a new instance of the class with a specific message that describes the current exception, an inner exception, and an HTTP status code. @@ -191,9 +190,9 @@ System.Nullable<System.Net.HttpStatusCode> - To be added. - To be added. - To be added. + Gets the HTTP status code to be returned with the exception. + An HTTP status code if the exception represents a non-successful result, otherwise null. + This property was introduced in .NET 5.0.