FDO API Reference Feature Data Objects

FdoConnectionException Class Reference

#include <ConnectionException.h>

Inherits FdoException.

Inheritance diagram for FdoConnectionException:

Inheritance graph
[legend]
List of all members.

Detailed Description

The FdoConnectionException class is the exception type thrown from classes in the Connections package. ConnectionException derives from a language level exception class that is environment- specific.

Definition at line 32 of file ConnectionException.h.


Static Public Member Functions

static FDO_API FdoConnectionExceptionCreate (FdoString *message, FdoException *cause)
 Returns an instance of an FdoConnectionException using the specified arguments.
static FDO_API FdoConnectionExceptionCreate (FdoString *message)
 Returns an instance of an FdoConnectionException using the specified arguments.
static FDO_API FdoConnectionExceptionCreate ()
 Returns a default instance of an FdoConnectionException.

The documentation for this class was generated from the following file:
Comments or suggestions? Send us feedback.