DeploymentResult(DeploymentStatus, HResult) Constructor

Definition

Initializes a new instance of the DeploymentResult class.

public:
 DeploymentResult(DeploymentStatus status, HResult extendedError);
 DeploymentResult(DeploymentStatus const& status, HResult const& extendedError);
public DeploymentResult(DeploymentStatus status, System.Exception extendedError);
function DeploymentResult(status, extendedError)
Public Sub New (status As DeploymentStatus, extendedError As Exception)

Parameters

status
DeploymentStatus

The deployment status of the Windows App SDK runtime that is currently loaded.

extendedError
HResult Exception

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

Applies to

See also