MapGuide API Reference
|
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.
string GetDetails() throw(); |
String GetDetails() throw(); |
string GetDetails() throw(); |