Click or drag to resize

HostUtilsUnhandledThreadException Method

Exception handler for exceptions occurring on the UI thread

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public static void UnhandledThreadException(
	Object sender,
	ThreadExceptionEventArgs e
)

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)"]

See Also