RhinoCommon API
PythonScriptGetStackTraceFromException Method |
Retrieves a meaningful representation of the call stack.
Namespace: Rhino.Runtime
Assembly: RhinoCommon (in RhinoCommon.dll)

public abstract string GetStackTraceFromException( Exception ex )
Public MustOverride Function GetStackTraceFromException ( ex As Exception ) As String
Parameters
- ex
- Type: SystemException
An exception that was thrown by some of the methods in this class.
Return Value
Type: StringA string that represents the Python exception.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.14