FDO API Reference | Feature Data Objects |
#include <ConnectionException.h>
Inherits FdoException.
Inheritance diagram for FdoConnectionException:
Definition at line 32 of file ConnectionException.h.
Static Public Member Functions | |
FDO_API FdoConnectionException * | Create (FdoString *message, FdoException *cause) |
Returns an instance of an FdoConnectionException using the specified arguments. | |
FDO_API FdoConnectionException * | Create (FdoString *message) |
Returns an instance of an FdoConnectionException using the specified arguments. | |
FDO_API FdoConnectionException * | Create () |
Returns a default instance of an FdoConnectionException. | |
Protected Member Functions | |
virtual FDO_API void | Dispose () |
DOXYGEN-IGNORE | |
FDO_API | FdoConnectionException (FdoString *message, FdoException *cause) |
Constructs an instance of an FdoConnectionException using the specified arguments. | |
FDO_API | FdoConnectionException (FdoString *message) |
Constructs an instance of an FdoConnectionException using the specified arguments. | |
FDO_API | FdoConnectionException () |
DOXYGEN-IGNORE Constructs a default instance of an FdoConnectionException. | |
virtual FDO_API | ~FdoConnectionException () |
Default destructor for FdoConnectionException class. |
|
DOXYGEN-IGNORE Constructs a default instance of an FdoConnectionException.
|
|
Constructs an instance of an FdoConnectionException using the specified arguments.
|
|
Constructs an instance of an FdoConnectionException using the specified arguments.
|
|
Default destructor for FdoConnectionException class.
|
|
Returns an instance of an FdoConnectionException using the specified arguments.
Reimplemented from FdoException. |
|
Returns an instance of an FdoConnectionException using the specified arguments.
Reimplemented from FdoException. |
|
Returns a default instance of an FdoConnectionException.
Reimplemented from FdoException. |
|
DOXYGEN-IGNORE
Reimplemented from FdoException. |
Comments or suggestions? Send us feedback. |