Share via


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

Property Value

String

Platform::String

winrt::hstring

The extended error text.

Applies to