MobileServicePushFailedException クラス

定義

プッシュが正常に完了しない場合にスローされる例外。

public class MobileServicePushFailedException : Exception
type MobileServicePushFailedException = class
    inherit Exception
Public Class MobileServicePushFailedException
Inherits Exception
継承
MobileServicePushFailedException

コンストラクター

MobileServicePushFailedException(MobileServicePushCompletionResult, Exception)

MobileServicePushFailedException の新しいインスタンスを初期化します

プロパティ

PushResult

プッシュ操作の結果

適用対象