HostUtils.OnExceptionReport Event

HostUtilsOnExceptionReport Event

Is raised when an exception is reported with one of the ExceptionReport(Exception) method.

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static event HostUtilsExceptionReportDelegate OnExceptionReport
Public Shared Event OnExceptionReport As HostUtilsExceptionReportDelegate

Value

Type: Rhino.RuntimeHostUtilsExceptionReportDelegate
See Also