| FDO API Reference | Feature Data Objects |
#include <ClientServiceException.h>
Inherits FdoException.
Inheritance diagram for FdoClientServiceException:

Definition at line 36 of file ClientServiceException.h.
Public Member Functions | |
| virtual FDO_API const wchar_t * | ToString () |
| Gets the message associated with this exception. If no message and is associated with this exception then a null reference is returned. | |
| virtual FDO_API | ~FdoClientServiceException (void) |
| Default destructor for FdoClientServiceException. | |
Static Public Member Functions | |
| static FDO_API FdoClientServiceException * | Create (const wchar_t *message) |
| Creates an instance of a FdoClientServiceException using the exception message. | |
| static FDO_API FdoClientServiceException * | Create () |
| Creates a default instance of a FdoClientServiceException. | |
| Comments or suggestions? Send us feedback. |