[fdo-commits] r696 - branches/3.2.x/Fdo/Managed/Src/OSGeo/Common

svn_fdo at osgeo.org svn_fdo at osgeo.org
Wed Jan 31 20:23:32 EST 2007


Author: gregboone
Date: 2007-01-31 20:23:32 -0500 (Wed, 31 Jan 2007)
New Revision: 696

Modified:
   branches/3.2.x/Fdo/Managed/Src/OSGeo/Common/mgException.h
Log:
893057: DOC: FDO Managed API Documentation Updates

Modified: branches/3.2.x/Fdo/Managed/Src/OSGeo/Common/mgException.h
===================================================================
--- branches/3.2.x/Fdo/Managed/Src/OSGeo/Common/mgException.h	2007-01-31 23:03:04 UTC (rev 695)
+++ branches/3.2.x/Fdo/Managed/Src/OSGeo/Common/mgException.h	2007-02-01 01:23:32 UTC (rev 696)
@@ -26,6 +26,12 @@
 public __gc class Exception : public System::Exception
 {
 public:
+    /// \brief
+    /// Constructs an Exception managed object based on an unmanaged instance of the object
+    /// 
+    /// \param ex 
+    /// Input A Pointer to the unmanaged object.
+    /// 
 	static NAMESPACE_OSGEO_COMMON::Exception* Create(System::IntPtr ex);
 
 public:



More information about the fdo-commits mailing list