Udostępnij za pośrednictwem


MobileServiceConflictException<T> Constructor

Definition

Initializes a new instance of the MobileServiceConflictException class.

public MobileServiceConflictException (Microsoft.WindowsAzure.MobileServices.MobileServiceInvalidOperationException source, T item);
new Microsoft.WindowsAzure.MobileServices.MobileServiceConflictException<'T> : Microsoft.WindowsAzure.MobileServices.MobileServiceInvalidOperationException * 'T -> Microsoft.WindowsAzure.MobileServices.MobileServiceConflictException<'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 conflict occurred for.

Applies to