ISimConnectWrapperExceptionRaised Event |
Raised when SimConnect throws an exception.
Namespace: VirtualRadar.Interface.FlightSimulatorXAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax event EventHandler<SimConnectExceptionRaisedEventArgs> ExceptionRaised
Event ExceptionRaised As EventHandler(Of SimConnectExceptionRaisedEventArgs)
event EventHandler<SimConnectExceptionRaisedEventArgs^>^ ExceptionRaised {
void add (EventHandler<SimConnectExceptionRaisedEventArgs^>^ value);
void remove (EventHandler<SimConnectExceptionRaisedEventArgs^>^ value);
}
abstract ExceptionRaised : IEvent<EventHandler<SimConnectExceptionRaisedEventArgs>,
SimConnectExceptionRaisedEventArgs>
Value
Type:
SystemEventHandlerSimConnectExceptionRaisedEventArgsSee Also