MobileServicePreconditionFailedException Class

Definition

Provides details of http response with status code of 'Precondition Failed'

public class MobileServicePreconditionFailedException : Microsoft.WindowsAzure.MobileServices.MobileServiceInvalidOperationException
type MobileServicePreconditionFailedException = class
    inherit MobileServiceInvalidOperationException
Public Class MobileServicePreconditionFailedException
Inherits MobileServiceInvalidOperationException
Inheritance
MobileServicePreconditionFailedException
Derived

Constructors

MobileServicePreconditionFailedException(MobileServiceInvalidOperationException, JObject)

Initializes a new instance of the MobileServicePreconditionFailedException class.

Properties

Request

Gets the originating service request.

(Inherited from MobileServiceInvalidOperationException)
Response

Gets the returned service response.

(Inherited from MobileServiceInvalidOperationException)
Value

Server response deserialized as JObject.

(Inherited from MobileServiceInvalidOperationException)

Applies to