Share via


ErrorDetails.RecommendedAction Property

Definition

Text describing the recommended action in the event that this error occurs. This is empty unless the code which generates the error specifies it explicitly.

public:
 property System::String ^ RecommendedAction { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ RecommendedAction { Platform::String ^ get(); void set(Platform::String ^ value); };
public string RecommendedAction { get; set; }
member this.RecommendedAction : string with get, set
Public Property RecommendedAction As String

Property Value

Remarks

This should be a grammatically correct localized text string. This may be left empty.

Applies to