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 | |
FDO_API FdoClientServiceException * | Create (const wchar_t *message) |
Creates an instance of a FdoClientServiceException using the exception message. | |
FDO_API FdoClientServiceException * | Create () |
Creates a default instance of a FdoClientServiceException. | |
Protected Member Functions | |
virtual void | Dispose () |
DOXYGEN-IGNORE | |
FdoClientServiceException (const wchar_t *message) | |
FdoClientServiceException (void) | |
Constructs a default instance of a FdoClientServiceException. |
|
Constructs a default instance of a FdoClientServiceException.
|
|
Constructs an instance of a FdoClientServiceException using the exception message. |
|
Default destructor for FdoClientServiceException.
|
|
Creates an instance of a FdoClientServiceException using the exception message.
|
|
Creates a default instance of a FdoClientServiceException.
Reimplemented from FdoException. |
|
DOXYGEN-IGNORE
Reimplemented from FdoException. |
|
Gets the message associated with this exception. If no message and is associated with this exception then a null reference is returned.
Reimplemented from FdoException. |
Comments or suggestions? Send us feedback. |