PushNotificationCreateChannelResult.ExtendedError 属性

定义

获取在通道创建期间看到的最后一个扩展错误。

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

属性值

表示扩展错误的 对象。

注解

此值可用于获取有关状态为 InProgressRetryCompletedFailure 的请求的信息。

适用于