MobileServicePushFailedException Constructor

Definition

Initializes a new instance of MobileServicePushFailedException

public MobileServicePushFailedException (Microsoft.WindowsAzure.MobileServices.Sync.MobileServicePushCompletionResult pushResult, Exception innerException);
new Microsoft.WindowsAzure.MobileServices.Sync.MobileServicePushFailedException : Microsoft.WindowsAzure.MobileServices.Sync.MobileServicePushCompletionResult * Exception -> Microsoft.WindowsAzure.MobileServices.Sync.MobileServicePushFailedException
Public Sub New (pushResult As MobileServicePushCompletionResult, innerException As Exception)

Parameters

pushResult
MobileServicePushCompletionResult

Result of push operation.

innerException
Exception

Inner exception that caused the push to fail.

Applies to