FDO .NET API Reference Feature Data Objects

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.

()

Definition at line 30 of file mgException.h.


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::ExceptionCreate (System::IntPtr ex)
 Constructs an Exception managed object based on an unmanaged instance of the object.

Comments or suggestions? Send us feedback.