FDO .NET API Reference Feature Data Objects
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

OSGeo::FDO::Common::Exception Class Reference

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

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

Static Public Member Functions

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

Protected Member Functions

 OSGeo::FDO::Common::Exception (System::Runtime::Serialization::SerializationInfo *info, System::Runtime::Serialization::StreamingContext context)
 DOXYGEN-IGNORE

Member Function Documentation

OSGeo ::FDO ::Common ::Exception* OSGeo::FDO::Common::Exception::Create System::IntPtr  ex  )  [static]
 

Constructs an Exception managed object based on an unmanaged instance of the object.

Parameters:
ex Input A Pointer to the unmanaged object.

OSGeo::FDO::Common::Exception::OSGeo::FDO::Common::Exception System::Runtime::Serialization::SerializationInfo *  info,
System::Runtime::Serialization::StreamingContext  context
[inline, protected]
 

DOXYGEN-IGNORE

OSGeo::FDO::Common::Exception::OSGeo::FDO::Common::Exception System::String *  msg,
System::Exception *  cause
[inline]
 

Returns an instance of a Exception using the specified arguments.

Parameters:
msg Input the error message
cause Input the cause of the error

OSGeo::FDO::Common::Exception::OSGeo::FDO::Common::Exception String *  msg  )  [inline]
 

Creates an instance of an Exception using the specified arguments.

Parameters:
msg Input the error message

OSGeo::FDO::Common::Exception::OSGeo::FDO::Common::Exception  )  [inline]
 

Constructs a new empty Exception object.


Comments or suggestions? Send us feedback.