Gets an error message if the execution fails.

Namespace: FlightPlan.Optimizer.TSPAlgorithms
Assembly: FlightPlanOptimizer (in FlightPlanOptimizer.exe) Versión: 1.0.0.0 (1.0.0.0)

Syntax

C#
[BrowsableAttribute(false)]
public string ErrorMessage { get; protected set; }
Visual Basic
<BrowsableAttribute(False)> _
Public Property ErrorMessage As String
	Get
	Protected Set
Visual C++
[BrowsableAttribute(false)]
public:
virtual property String^ ErrorMessage {
	String^ get () sealed;
	protected: void set (String^ value) sealed;
}

Implements

ITSPAlgorithm..::..ErrorMessage

See Also