IExceptionReporterShowUnhandledException Method |
Reports the unhandled exception to the user and logs it.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void ShowUnhandledException(
Exception ex
)
Sub ShowUnhandledException (
ex As Exception
)
void ShowUnhandledException(
Exception^ ex
)
abstract ShowUnhandledException :
ex : Exception -> unit
Parameters
- ex
- Type: SystemException
See Also