FullTrustProcessLaunchResult.ExtendedError プロパティ

定義

完全信頼プロセスの起動操作から返される拡張エラー情報を取得します。

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

プロパティ値

拡張エラー情報。

適用対象