HostUtils.RhinoCommonExceptionHandler Method

HostUtilsRhinoCommonExceptionHandler Method

For internal use only!!! Unhanded exception handler, writes stack trace to RhinoDotNet.txt file

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static void RhinoCommonExceptionHandler(
	string title,
	Object sender,
	Exception ex
)
Public Shared Sub RhinoCommonExceptionHandler ( 
	title As String,
	sender As Object,
	ex As Exception
)

Parameters

title
Type: SystemString
Exception title to write to text file
sender
Type: SystemObject

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

ex
Type: SystemException

[Missing <param name="ex"/> documentation for "M:Rhino.Runtime.HostUtils.RhinoCommonExceptionHandler(System.String,System.Object,System.Exception)"]

Version Information

Rhino for Windows

Supported in: 6.14
See Also