RhinoCommon API
HostUtilsExceptionReport Method (String, 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

public static void ExceptionReport( string source, Exception ex )
Public Shared Sub ExceptionReport ( source As String, ex As Exception )
Parameters
- source
- Type: SystemString
An exception source text. - ex
- Type: SystemException
An exception.
