Web API Reference MapGuide Open Source
STRING MgException::GetStackTrace (  )  throw ()

Retrieve the formatted exception stack trace. This includes file and line numbers, method names, and method parameters. This string is useful for debugging !MapGuide.

.NET Syntax
string GetStackTrace() throw();
Java Syntax
String GetStackTrace() throw();
PHP Syntax
string GetStackTrace() throw();

Returns:
Call stack trace with method parameters


Comments or suggestions? Send us feedback.