FlightSimulatorXException Constructor (UInt32, UInt32, UInt32) |
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(
uint exceptionID,
uint indexNumber,
uint sendID
)
Public Sub New (
exceptionID As UInteger,
indexNumber As UInteger,
sendID As UInteger
)
public:
FlightSimulatorXException(
unsigned int exceptionID,
unsigned int indexNumber,
unsigned int sendID
)
new :
exceptionID : uint32 *
indexNumber : uint32 *
sendID : uint32 -> FlightSimulatorXException
Parameters
- exceptionID
- Type: SystemUInt32
- indexNumber
- Type: SystemUInt32
- sendID
- Type: SystemUInt32
See Also