FDO API Reference | Feature Data Objects |
#include <SchemaException.h>
Inherits FdoException.
Inherited by FdoAutogenerationException.
Inheritance diagram for FdoSchemaException:
Definition at line 31 of file SchemaException.h.
Static Public Member Functions | |
FDO_API FdoSchemaException * | Create (FdoString *name, FdoException *cause) |
Constructs an instance of an FdoSchemaException using the specified arguments. | |
FDO_API FdoSchemaException * | Create (FdoString *message) |
Constructs an instance of an FdoSchemaException using the specified arguments. | |
FDO_API FdoSchemaException * | Create () |
Constructs a default instance of an FdoSchemaException. | |
Protected Member Functions | |
virtual void | Dispose () |
DOXYGEN-IGNORE | |
FdoSchemaException (FdoString *message, FdoException *cause) | |
FdoSchemaException (FdoString *message) | |
FdoSchemaException () | |
Constructs a default instance of an FdoSchemaException. | |
virtual | ~FdoSchemaException () |
|
Constructs a default instance of an FdoSchemaException.
|
|
Constructs an instance of an FdoSchemaException using the specified arguments. |
|
Constructs an instance of an FdoSchemaException using the specified arguments. |
|
|
|
Constructs an instance of an FdoSchemaException using the specified arguments.
Reimplemented from FdoException. Reimplemented in FdoAutogenerationException. |
|
Constructs an instance of an FdoSchemaException using the specified arguments.
Reimplemented from FdoException. Reimplemented in FdoAutogenerationException. |
|
Constructs a default instance of an FdoSchemaException.
Reimplemented from FdoException. Reimplemented in FdoAutogenerationException. Referenced by FdoSchemaCollection< FdoDataPropertyDefinition >::Add(), FdoSchemaCollection< FdoDataPropertyDefinition >::Insert(), and FdoSchemaCollection< FdoDataPropertyDefinition >::SetItem(). |
|
DOXYGEN-IGNORE
Reimplemented from FdoException. Reimplemented in FdoAutogenerationException. |
Comments or suggestions? Send us feedback. |