DeploymentResult.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 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 = deploymentResult.errorText;
Public ReadOnly Property ErrorText As String
Property Value
The extended error text.