PythonScriptGetStackTraceFromException Method |
Retrieves a meaningful representation of the call stack.
Namespace:
Rhino.Runtime
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax 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.
See Also