Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgException
GetDetails
GetMessage
GetStackTrace
STRING
MgException::GetMessage
(
)
throw ()
Retrieve the formatted exception message. This is the localized and end user readable string.
.NET Syntax
string
GetMessage()
throw();
Java Syntax
String
GetMessage()
throw();
PHP Syntax
string
GetMessage()
throw();
Returns:
Localized exception message. See
MgSiteConnection
for information on specifying the locale.
Comments or suggestions? Send us
feedback
.