Beispiel #1
0
 public ObjectClientResponse(ClientResponse response, T content, IProblemDetails problemDetails)
     : this(response.IsSuccessStatusCode, response.StatusCode, response.ContentString, content, problemDetails)
 {
 }
Beispiel #2
0
 public ErrorException(ClientResponse clientResponse)
 {
     ClientResponse = clientResponse;
 }