MobileServicePreconditionFailedException Constructor

Definition

Initializes a new instance of the MobileServicePreconditionFailedException class.

public MobileServicePreconditionFailedException (Microsoft.WindowsAzure.MobileServices.MobileServiceInvalidOperationException source, Newtonsoft.Json.Linq.JObject value);
Parameters
source
MobileServiceInvalidOperationException

The inner exception.

value
Newtonsoft.Json.Linq.JObject

The current instance from the server that the precondition failed for.