Click or drag to resize

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)
Since: 5.0
Syntax
public static void ExceptionReport(
	Exception ex
)

Parameters

ex
Type: SystemException
An exception.
See Also