Initializes a new instance of the DataServiceRequestException class
            Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax
public DataServiceRequestException( HttpResponseMessage httpResponse, string responseContent )
Parameters
- httpResponse
 - Type: System.Net.HttpHttpResponseMessage
 - responseContent
 - Type: SystemString
 
See Also