Click or drag to resize

HostUtilsExceptionReportDelegate Delegate

Represents a reference to a method that will be called when an exception occurs.

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public delegate void ExceptionReportDelegate(
	string source,
	Exception ex
)

Parameters

source
Type: SystemString
An exception source text.
ex
Type: SystemException
An exception.
See Also