Click or drag to resize
IExceptionReporterShowUnhandledException Method
Reports the unhandled exception to the user and logs it.

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

Parameters

ex
Type: SystemException
See Also