MobileServicePushFailedException コンストラクター

定義

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)

パラメーター

pushResult
MobileServicePushCompletionResult

プッシュ操作の結果。

innerException
Exception

プッシュが失敗する原因となった内部例外。

適用対象