Changes between Version 6 and Version 7 of MapGuideRfc79


Ignore:
Timestamp:
Jul 24, 2009, 2:04:24 AM (15 years ago)
Author:
Aleck
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc79

    v6 v7  
    3434== Proposed Solution ==
    3535
    36 The following methods will be added to class !MgFdoException to return native error code. Code that creates an !MgFdoException should be updated to assign it a native error code it possible
     36The following methods will be added to class !MgFdoException to return native error code. Code that creates an !MgFdoException should be updated to assign it a native error code if possible. The native error code of a MgFdoException will only be accessible through API. The exception message will not include this error code.
    3737
    3838{{{
     
    8282
    8383The description of new exception classes above are as follows.[[BR]]
    84     -!MgNotConnectedException: Thrown when executing an operation that require feature source connection is connected.[[BR]]
     84    -!MgNotConnectedException: Thrown when executing an operation that requires a connected feature source connection.[[BR]]
    8585    -!MgWrongConnectionParamValueException: Thrown when connecting datastore with invalid connection parameters. [[BR]]
    8686    -!MgInsufficentPrivilegesException: Thrown when connecting a FDO data source without sufficient privileges.[[BR]]