AppInstallStatus.ErrorCode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the error code for an app that has encountered an installation failure.
public:
property HResult ErrorCode { HResult get(); };
HResult ErrorCode();
public System.Exception ErrorCode { get; }
var hResult = appInstallStatus.errorCode;
Public ReadOnly Property ErrorCode As Exception
Property Value
The error code for an app that has encountered an installation failure.
Windows requirements
App capabilities |
runFullTrust
|