DeploymentResult.ExtendedError Property

Definition

Gets the first encountered error if there was an error initializing the Windows App SDK runtime or getting the status of the runtime.

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

Property Value

The first encountered error if there was an error initializing the Windows App SDK runtime or getting the status of the runtime. If there is no error, then this property returns S_OK.

Applies to

See also