FDO API Reference | Feature Data Objects |
#include <CommandException.h>
Inherits FdoException.
Inheritance diagram for FdoCommandException:
Definition at line 32 of file CommandException.h.
Static Public Member Functions | |
FDO_API FdoCommandException * | Create (FdoString *message, FdoException *cause) |
Returns an instance of an FdoCommandException using the specified arguments. | |
FDO_API FdoCommandException * | Create (FdoString *message) |
Returns an instance of an FdoCommandException using the specified arguments. | |
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. |
|
Constructs a default instance of an FdoCommandException.
|
|
Constructs an instance of an FdoCommandException using the specified arguments.
|
|
Constructs an instance of an FdoCommandException using the specified arguments.
|
|
Default destructor for CommandException.
|
|
Returns an instance of an FdoCommandException using the specified arguments.
Reimplemented from FdoException. |
|
Returns an instance of an FdoCommandException using the specified arguments.
Reimplemented from FdoException. |
|
Returns a default instance of an FdoCommandException.
Reimplemented from FdoException. Referenced by FdoPhysicalElementMappingCollection< FdoXmlElementMapping >::Add(), FdoIdentifierCollection::CheckDuplicate(), FdoIdentifierCollection::GetItem(), FdoIdentifierCollection::IndexOf(), FdoPhysicalElementMappingCollection< FdoXmlElementMapping >::Insert(), and FdoPhysicalElementMappingCollection< FdoXmlElementMapping >::SetItem(). |
|
Dispose of this object.
Reimplemented from FdoException. |
Comments or suggestions? Send us feedback. |