次の方法で共有


DiagnosticActionResult.ExtendedError プロパティ

定義

診断アクションに関する拡張エラー データが含まれます。

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

プロパティ値

エラー データを含む HRESULT

適用対象