MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
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();
Java Syntax
String getExceptionStackTrace();
PHP Syntax
string GetStackTrace();
Returns:
Call stack trace with method parameters
Since:
4.0 In Java, this method was renamed from GetStackTrace to getExceptionStackTrace to avoid name conflict with java.lang.Throwable.getStackTrace() which has an incompatible method signature