Click or drag to resize
IMainViewBubbleExceptionToGui Method
Throws the exception passed across as an inner exception to an ApplicationException on the GUI thread.

Namespace: VirtualRadar.Interface.View
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void BubbleExceptionToGui(
	Exception ex
)

Parameters

ex
Type: SystemException
See Also