FDO API Reference Feature Data Objects

FdoAutogenerationException Class Reference

#include <AutogenerationException.h>

Inherits FdoSchemaException.

Inheritance diagram for FdoAutogenerationException:

Inheritance graph
[legend]
List of all members.

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.


Static Public Member Functions

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

Protected Member Functions

virtual void Dispose ()
 Dispose this object.
 FdoAutogenerationException (FdoString *message, FdoException *cause)
 FdoAutogenerationException (FdoString *message)
 FdoAutogenerationException ()
 Constructs a default instance of an FdoAutogenerationException.
virtual ~FdoAutogenerationException ()

The documentation for this class was generated from the following file:
Comments or suggestions? Send us feedback.