Share via


DeploymentResult.ErrorText 속성

정의

배포 작업이 성공하지 못한 경우 오류에 대한 확장 오류 텍스트를 가져옵니다.

public:
 property Platform::String ^ ErrorText { Platform::String ^ get(); };
winrt::hstring ErrorText();
public string ErrorText { get; }
var string = deploymentResult.errorText;
Public ReadOnly Property ErrorText As String

속성 값

String

Platform::String

winrt::hstring

확장된 오류 텍스트입니다.

적용 대상