StorePurchaseResult.ExtendedError プロパティ

定義

操作でエラーが発生した場合に、購入要求のエラー コードを取得します。

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

プロパティ値

購入要求のエラー コード。

適用対象

こちらもご覧ください