次の方法で共有


DeploymentResult(DeploymentStatus, HResult) コンストラクター

定義

DeploymentResult クラスの新しいインスタンスを初期化します。

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)

パラメーター

status
DeploymentStatus

現在読み込まれているWindows アプリ SDK ランタイムのデプロイ状態。

extendedError
HResult Exception

Windows アプリ SDK ランタイムの初期化またはランタイムの状態の取得でエラーが発生した場合、最初にエラーが発生しました。

適用対象

こちらもご覧ください