IMainViewBubbleExceptionToGui Method |
Throws the exception passed across as an inner exception to an ApplicationException on the GUI thread.
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void BubbleExceptionToGui(
Exception ex
)
Sub BubbleExceptionToGui (
ex As Exception
)
void BubbleExceptionToGui(
Exception^ ex
)
abstract BubbleExceptionToGui :
ex : Exception -> unit
Parameters
- ex
- Type: SystemException
See Also