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#
string ErrorMessage { get; }
Visual Basic
ReadOnly Property ErrorMessage As String
	Get
Visual C++
property String^ ErrorMessage {
	String^ get ();
}

See Also