SoErrorStackGetStack Method |
This function returns a decoded version of the getStackFrames() function.
Namespace: OIV.Inventor.ErrorsAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 9.9.13.0 (9.9.13.0)
SyntaxPublic Function GetStack As String
public:
String^ GetStack()
member GetStack : unit -> string
Return Value
Type:
StringA string which contains a human readable version of the stack.
Remarks
See Also