FlightSimulatorXException Constructor (String) |
Creates a new object.
Namespace: VirtualRadar.Interface.FlightSimulatorXAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public FlightSimulatorXException(
string message
)
Public Sub New (
message As String
)
public:
FlightSimulatorXException(
String^ message
)
new :
message : string -> FlightSimulatorXException
Parameters
- message
- Type: SystemString
See Also