PushNotificationCreateChannelResult.ExtendedError Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.