다음을 통해 공유


IsolatedWindowsEnvironmentLaunchFileResult.ExtendedError 속성

정의

더 이상 사용되지 않습니다. 격리된 Windows 환경에서 파일을 시작하지 못하는 경우 확장 오류 코드를 가져옵니다.

public:
 property HResult ExtendedError { HResult get(); };
HResult ExtendedError();
/// [get: Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentLaunchFileResult 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("IsolatedWindowsEnvironmentLaunchFileResult 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 = isolatedWindowsEnvironmentLaunchFileResult.extendedError;
Public ReadOnly Property ExtendedError As Exception

속성 값

HRESULT

특성

설명

경고

더 이상 사용되지 않는 API입니다.

적용 대상