HostUtilsExceptionReportDelegate Delegate |
Represents a reference to a method that will be called when an exception occurs.
Namespace:
Rhino.Runtime
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic delegate void ExceptionReportDelegate(
string source,
Exception ex
)
Public Delegate Sub ExceptionReportDelegate (
source As String,
ex As Exception
)
Parameters
- source
- Type: SystemString
An exception source text. - ex
- Type: SystemException
An exception.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also