Creates XMLFPException object.
Namespace: FlightPlanAssembly: FlightPlanXML (in FlightPlanXML.dll) Versión: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public XMLFPException( string s ) |
Visual Basic |
---|
Public Sub New ( _ s As String _ ) |
Visual C++ |
---|
public: XMLFPException( String^ s ) |
Parameters
- s
- Type: System..::..String
A String with the message associated to the exception.