| FDO API Reference | Feature Data Objects |
#include <Context.h>
Inherited by FdoXmlSaxContext.
Inheritance diagram for FdoContext:

Definition at line 30 of file Common/Context.h.
Public Member Functions | |
| FDO_API_COMMON void | AddError (FdoException *ex) |
| Adds an error to the error list. | |
| virtual FDO_API_COMMON void | ThrowErrors () |
| Throws all errors in the error list. The errors are thrown as a chain. The first error is one thrown. The second error is set to be the cause of the first error, the third the cause of the second and so on. | |
Static Public Member Functions | |
| static FDO_API_COMMON FdoContext * | Create () |
| Constructs the context. | |
Protected Member Functions | |
| FDO_API_COMMON | FdoContext () |
| virtual FDO_API_COMMON | ~FdoContext () |
Classes | |
| class | Errors |
| Error Collection definition. | |
| Comments or suggestions? Send us feedback. |