FlightSimulatorXExceptionCode Enumeration |
An enumeration of the reasons given by Flight Simulator X for throwing an exception.
Namespace: VirtualRadar.Interface.FlightSimulatorXAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public enum FlightSimulatorXExceptionCode
Public Enumeration FlightSimulatorXExceptionCode
public enum class FlightSimulatorXExceptionCode
type FlightSimulatorXExceptionCode
Members
| Member name | Value | Description |
---|
| None | 0 | |
| Error | 1 | |
| SizeMismatch | 2 | |
| UnrecognizedId | 3 | |
| Unopened | 4 | |
| VersionMismatch | 5 | |
| TooManyGroups | 6 | |
| NameUnrecognized | 7 | |
| TooManyEventNames | 8 | |
| EventIdDuplicate | 9 | |
| TooManyMaps | 10 | |
| TooManyObjects | 11 | |
| TooManyRequests | 12 | |
| WeatherInvalidPort | 13 | |
| WeatherInvalidMetar | 14 | |
| WeatherUnableToGetObservation | 15 | |
| WeatherUnableToCreateStation | 16 | |
| WeatherUnableToRemoveStation | 17 | |
| Invalid_dataType | 18 | |
| Invalid_dataSize | 19 | |
| DataError | 20 | |
| InvalidArray | 21 | |
| CreateObjectFailed | 22 | |
| LoadFlightplanFailed | 23 | |
| OperationInvalidForOjbectType | 24 | |
| IllegalOperation | 25 | |
| AlreadySubscribed | 26 | |
| InvalidEnum | 27 | |
| DefinitionError | 28 | |
| DuplicateId | 29 | |
| DatumId | 30 | |
| OutOfBounds | 31 | |
| AlreadyCreated | 32 | |
| ObjectOutsideReality_bubble | 33 | |
| ObjectContainer | 34 | |
| ObjectAi | 35 | |
| ObjectAtc | 36 | |
| ObjectSchedule | 37 | |
| Unknown | 4294967295 | |
See Also