MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
STRING MgException::GetDetails ( ) throw ()

Retrieve the formatted exception details. This includes the user readable string and the stack of method names which generated the error. This string provides more information to web application developers than the message. If a method does not have any parameters it will be omitted from the details.

.NET Syntax
string GetDetails() throw();
Java Syntax
String GetDetails() throw();
PHP Syntax
string GetDetails() throw();
Returns:
Formatted exception details in current locale. See MgSiteConnection for information on specifying the locale.