Condividi tramite


MobileServicePreconditionFailedException<T> Constructor

Definition

Initializes a new instance of the MobileServicePreconditionFailedException class.

public MobileServicePreconditionFailedException (Microsoft.WindowsAzure.MobileServices.MobileServiceInvalidOperationException source, T item);
new Microsoft.WindowsAzure.MobileServices.MobileServicePreconditionFailedException<'T> : Microsoft.WindowsAzure.MobileServices.MobileServiceInvalidOperationException * 'T -> Microsoft.WindowsAzure.MobileServices.MobileServicePreconditionFailedException<'T>
Public Sub New (source As MobileServiceInvalidOperationException, item As T)

Parameters

source
MobileServiceInvalidOperationException

The inner exception.

item
T

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

Applies to