Compartilhar via


MobileServicePushFailedException Construtor

Definição

Inicializa uma nova instância de 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)

Parâmetros

pushResult
MobileServicePushCompletionResult

Resultado da operação de push.

innerException
Exception

Exceção interna que causou a falha do push.

Aplica-se a