PackageDeploymentResult.ErrorText Property

Definition

Gets extended error text for the error if the deployment operation is not successful.

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

Property Value

String

Platform::String

winrt::hstring

Extended error text for the error.

Applies to