HostUtils.UnhandledThreadException Method

HostUtilsUnhandledThreadException Method

Exception handler for exceptions occurring on the UI thread

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static void UnhandledThreadException(
	Object sender,
	ThreadExceptionEventArgs e
)
Public Shared Sub UnhandledThreadException ( 
	sender As Object,
	e As ThreadExceptionEventArgs
)

Parameters

sender
Type: SystemObject

[Missing <param name="sender"/> documentation for "M:Rhino.Runtime.HostUtils.UnhandledThreadException(System.Object,System.Threading.ThreadExceptionEventArgs)"]

e
Type: System.ThreadingThreadExceptionEventArgs

[Missing <param name="e"/> documentation for "M:Rhino.Runtime.HostUtils.UnhandledThreadException(System.Object,System.Threading.ThreadExceptionEventArgs)"]

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also