다음을 통해 공유


DeploymentResult(DeploymentStatus, HResult) 생성자

정의

DeploymentResult 클래스의 새 instance 초기화합니다.

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 App SDK 런타임의 배포 상태.

extendedError
HResult Exception

Windows App SDK 런타임을 초기화하거나 런타임의 상태 가져오는 동안 오류가 처음 발생했습니다.

적용 대상

추가 정보