Method | Description | |
---|---|---|
MobileServiceInvalidOperationException ( string message, |
Initializes a new instance of the MobileServiceInvalidOperationException class.
|
|
MobileServiceInvalidOperationException ( string message, HttpRequestMessage request, HttpResponseMessage response ) : System |
Initializes a new instance of the MobileServiceInvalidOperationException class.
|
|
MobileServiceInvalidOperationException ( string message, HttpRequestMessage request, HttpResponseMessage response, JObject value ) : System |
Initializes a new instance of the MobileServiceInvalidOperationException class.
|
public MobileServiceInvalidOperationException ( string message, |
||
message | string | /// The exception message. /// |
innerException | /// The inner exception of this exception /// | |
request | HttpRequestMessage | /// The originating service request. /// |
response | HttpResponseMessage | /// The returned service response. /// |
return | System |
public MobileServiceInvalidOperationException ( string message, HttpRequestMessage request, HttpResponseMessage response ) : System | ||
message | string | /// The exception message. /// |
request | HttpRequestMessage | /// The originating service request. /// |
response | HttpResponseMessage | /// The returned service response. /// |
return | System |
public MobileServiceInvalidOperationException ( string message, HttpRequestMessage request, HttpResponseMessage response, JObject value ) : System | ||
message | string | /// The exception message. /// |
request | HttpRequestMessage | /// The originating service request. /// |
response | HttpResponseMessage | /// The returned service response. /// |
value | JObject | /// Server response deserialized as JObject. /// |
return | System |