MobileServicePushFailedException Class

Definition

An exception thrown when push does not complete successfully.

public class MobileServicePushFailedException : Exception
type MobileServicePushFailedException = class
    inherit Exception
Public Class MobileServicePushFailedException
Inherits Exception
Inheritance
MobileServicePushFailedException

Constructors

MobileServicePushFailedException(MobileServicePushCompletionResult, Exception)

Initializes a new instance of MobileServicePushFailedException

Properties

PushResult

Result of push operation

Applies to