FdoSchemaException Class Reference

The FdoSchemaException class is the exception type thrown from classes in the Schema package. It derives from a language level exception class that is environment-specific. More...

#include <SchemaException.h>

Inherits FdoException.

Inherited by FdoAutogenerationException.

List of all members.


Static Public Member Functions

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

Detailed Description

The FdoSchemaException class is the exception type thrown from classes in the Schema package. It derives from a language level exception class that is environment-specific.

Definition at line 31 of file SchemaException.h.


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