다음을 통해 공유


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입니다.

적용 대상