FDO API Reference Feature Data Objects

FdoClientServiceException Class Reference

#include <ClientServiceException.h>

Inherits FdoException.

Inheritance diagram for FdoClientServiceException:

Inheritance graph
[legend]
List of all members.

Detailed Description

An Exception class through which ClientServices errors are transmitted back to calling applications. Derives from base FdoException class.

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 FdoClientServiceExceptionCreate (const wchar_t *message)
 Creates an instance of a FdoClientServiceException using the exception message.
static FDO_API FdoClientServiceExceptionCreate ()
 Creates a default instance of a FdoClientServiceException.

Protected Member Functions

virtual void Dispose ()
 Dispose this object.
 FdoClientServiceException (const wchar_t *message)
 FdoClientServiceException (void)
 Constructs a default instance of a FdoClientServiceException.

The documentation for this class was generated from the following file:
Comments or suggestions? Send us feedback.