Partager via


MobileServicePushFailedException Constructeur

Définition

Initialise une nouvelle instance de la classe 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)

Paramètres

pushResult
MobileServicePushCompletionResult

Résultat de l’opération push.

innerException
Exception

Exception interne qui a provoqué l’échec du push.

S’applique à