Changes between Version 34 and Version 35 of MapGuideRfc49
- Timestamp:
- 06/16/08 17:36:01 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc49
v34 v35 124 124 /// Retrieve the formatted exception details. This includes the user readable string 125 125 /// 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. 127 128 /// 128 129 STRING GetDetails(); … … 142 143 Here are some sample exception messages generated from each call: 143 144 144 GetDetails()145 !GetDetails() 145 146 {{{ 146 147 Session has expired or is invalid. Please log in again. 147 148 }}} 148 149 149 GetMessage()150 !GetMessage() 150 151 {{{ 151 152 Session has expired or is invalid. Please log in again. … … 157 158 }}} 158 159 159 GetStackTrace()160 !GetStackTrace() 160 161 {{{ 161 162 - MgSiteServiceHandler.ProcessOperation() line 83 file f:\mgdev1.2\os\server\src\services\site\SiteServiceHandler.cpp