Share via


PushNotificationCreateChannelResult.ExtendedError Property

Definition

Get the last extended error seen during channel creation.

public:
 property HResult ExtendedError { HResult get(); };
HResult ExtendedError();
public System.Exception ExtendedError { get; }
var hResult = pushNotificationCreateChannelResult.extendedError;
Public ReadOnly Property ExtendedError As Exception

Property Value

An object representing the extended error.

Remarks

This value for is useful for getting information about a request that has a status of InProgressRetry or CompletedFailure.

Applies to