FdoCommandException Class Reference

The FdoCommandException class is the exception type thrown from classes in the Data package. FdoCommandException derives from a language level exception class that is environment specific. More...

#include <CommandException.h>

Inherits FdoException.

List of all members.


Static Public Member Functions

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

Protected Member Functions

virtual FDO_API void Dispose ()
 Dispose of this object.
FDO_API FdoCommandException (FdoString *message, FdoException *cause)
 Constructs an instance of an FdoCommandException using the specified arguments.
FDO_API FdoCommandException (FdoString *message)
 Constructs an instance of an FdoCommandException using the specified arguments.
FDO_API FdoCommandException ()
 Constructs a default instance of an FdoCommandException.
virtual FDO_API ~FdoCommandException ()
 Default destructor for CommandException.

Detailed Description

The FdoCommandException class is the exception type thrown from classes in the Data package. FdoCommandException derives from a language level exception class that is environment specific.

Definition at line 32 of file CommandException.h.


The documentation for this class was generated from the following file: