FDO API Reference | Feature Data Objects |
#include <XmlException.h>
Inherits FdoException.
Inheritance diagram for FdoXmlException:
Definition at line 31 of file XmlException.h.
Static Public Member Functions | |
FDO_API_COMMON FdoXmlException * | Create (FdoString *message, FdoException *cause) |
Returns an instance of an FdoXmlException using the specified arguments. | |
FDO_API_COMMON FdoXmlException * | Create (FdoString *message) |
Returns an instance of an FdoXmlException using the specified arguments. | |
FDO_API_COMMON FdoXmlException * | Create () |
Returns a default instance of an FdoXmlException. | |
Protected Member Functions | |
virtual void | Dispose () |
DOXYGEN-IGNORE | |
FdoXmlException (FdoString *message, FdoException *cause) | |
Constructs an instance of an FdoXmlException using the specified arguments. | |
FdoXmlException (FdoString *message) | |
Constructs an instance of an FdoXmlException using the specified arguments. | |
FdoXmlException () | |
DOXYGEN-IGNORE Constructs a default instance of an FdoXmlException. |
|
DOXYGEN-IGNORE Constructs a default instance of an FdoXmlException.
|
|
Constructs an instance of an FdoXmlException using the specified arguments.
|
|
Constructs an instance of an FdoXmlException using the specified arguments.
|
|
Returns an instance of an FdoXmlException using the specified arguments.
Reimplemented from FdoException. |
|
Returns an instance of an FdoXmlException using the specified arguments.
Reimplemented from FdoException. |
|
Returns a default instance of an FdoXmlException.
Reimplemented from FdoException. |
|
DOXYGEN-IGNORE
Reimplemented from FdoException. |
Comments or suggestions? Send us feedback. |