Поделиться через


IsolatedWindowsEnvironmentStartProcessResult.ExtendedError Свойство

Определение

Не рекомендуется. Запросы на наличие расширенных ошибок в случае сбоя процесса запуска изолированной среды Windows.

public:
 property HResult ExtendedError { HResult get(); };
HResult ExtendedError();
/// [get: Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentStartProcessResult is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
HResult ExtendedError();
public System.Exception ExtendedError { get; }
public System.Exception ExtendedError { [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentStartProcessResult is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")] get; }
var hResult = isolatedWindowsEnvironmentStartProcessResult.extendedError;
Public ReadOnly Property ExtendedError As Exception

Значение свойства

HRESULT

Атрибуты

Комментарии

Предупреждение

Это нерекомендуемый API.

Применяется к