FdoClientServiceException Class Reference

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

#include <ClientServiceException.h>

Inherits FdoException.

List of all members.


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.

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.


The documentation for this class was generated from the following file: