HostUtils.ExceptionReport Method (Exception)

HostUtilsExceptionReport Method (Exception)

Informs RhinoCommon of an exception that has been handled but that the developer wants to screen.

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static void ExceptionReport(
	Exception ex
)
Public Shared Sub ExceptionReport ( 
	ex As Exception
)

Parameters

ex
Type: SystemException
An exception.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also