FdoAutogenerationException Class Reference

The FdoAutogenerationException class is the exception type thrown when autogeneration of a data property cannot be honored, either because the data type is not supported for autogeneration, too many properties were marked as autogenerated, the autogeneration feature is not supported, or possibly because of provider-specific errors. More...

#include <AutogenerationException.h>

Inherits FdoSchemaException.

List of all members.


Static Public Member Functions

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

Detailed Description

The FdoAutogenerationException class is the exception type thrown when autogeneration of a data property cannot be honored, either because the data type is not supported for autogeneration, too many properties were marked as autogenerated, the autogeneration feature is not supported, or possibly because of provider-specific errors.

Definition at line 34 of file AutogenerationException.h.


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