OSGeo::FDO::Common::Exception Class Reference
[OSGeo::FDO::Common]

List of all members.


Detailed Description

Exception is a root class for the exception type thrown from classes. It derives from a language level exception class that is environment specific.

()


Public Member Functions

 Exception (System::String *msg, System::Exception *cause)
 Returns an instance of a Exception using the specified arguments.
 Exception (String *msg)
 Creates an instance of an Exception using the specified arguments.
 Exception ()
 Constructs a new empty Exception object.

Static Public Member Functions

static
OSGeo::FDO::Common::Exception
Create (System::IntPtr ex)
 Constructs an Exception managed object based on an unmanaged instance of the object.