Changes between Version 34 and Version 35 of MapGuideRfc49


Ignore:
Timestamp:
Jun 16, 2008, 5:36:01 PM (16 years ago)
Author:
trevorwekel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc49

    v34 v35  
    124124    /// Retrieve the formatted exception details.  This includes the user readable string
    125125    /// and the stack of method names with parameters which generated the error.  This
    126     /// string provides web application developers more information than the message.
     126    /// string provides web application developers more information than the message.
     127    /// If a method does not have any parameters it will be omitted from the details.
    127128    ///
    128129    STRING GetDetails();
     
    142143Here are some sample exception messages generated from each call:
    143144
    144 GetDetails()
     145!GetDetails()
    145146{{{
    146147Session has expired or is invalid. Please log in again.
    147148}}}
    148149
    149 GetMessage()
     150!GetMessage()
    150151{{{
    151152Session has expired or is invalid. Please log in again.
     
    157158}}}
    158159
    159 GetStackTrace()
     160!GetStackTrace()
    160161{{{
    161162- MgSiteServiceHandler.ProcessOperation() line 83 file f:\mgdev1.2\os\server\src\services\site\SiteServiceHandler.cpp