PackageInstallResult.ErrorText Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The text of the error associated with the installation of the application package.