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() throw();
Java Syntax
String GetStackTrace() throw();
PHP Syntax
string GetStackTrace() throw();
Returns:
Call stack trace with method parameters