PackageInstallResult.ErrorText Property

Definition

Gets the text of the error associated with the installation of the application package.

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

Property Value

String

Platform::String

winrt::hstring

The text of the error associated with the installation of the application package.

Applies to