Click or drag to resize
IExceptionReporter Interface
The interface for objects that can report exceptions.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IExceptionReporter

The IExceptionReporter type exposes the following members.

Methods
  NameDescription
Public methodShowUnhandledException
Reports the unhandled exception to the user and logs it.
Top
Remarks
Only use this from the main GUI thread.
See Also