Exception raised when problems are encountered during parsing of the flight plan.

Namespace: FlightPlan
Assembly: FlightPlanXML (in FlightPlanXML.dll) Versión: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class XMLFPException : Exception
Visual Basic
Public Class XMLFPException _
	Inherits Exception
Visual C++
public ref class XMLFPException : public Exception

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    FlightPlan..::..XMLFPException

See Also