Logs the clip exception with the Screen Monkey error reporting system.

Namespace:  ScreenMonkey.Clips
Assembly:  ScreenMonkey.Clips (in ScreenMonkey.Clips.dll) Version: 3.2.0.0 (3.3.1.4)

Syntax

C#
protected void OnUnhandledException(
	Exception ex
)
Visual Basic (Declaration)
Protected Sub OnUnhandledException ( _
	ex As Exception _
)
Visual C++
protected:
void OnUnhandledException(
	Exception^ ex
)

Parameters

ex
Type: System..::.Exception
The exception that has ocurred which you want to log.

Remarks

You should use this function to report any excepotions in a silent manner that does not stop the software running. Any errors will be added to the event log and are accessible through the screen monkey settings.

See Also