IWaitAbandoned

This exception is thrown when the host abandons a wait before timing out.


IWaitAbandoned - Member Functions and Data by Group

Constructors & Destructor

You can construct and destruct objects of this class. You cannot assign one IWaitAbandoned object from another.


[view class]
~IWaitAbandoned
public:
virtual ~IWaitAbandoned()

Destroys the exception object.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


[view class]
IWaitAbandoned

You can create objects of this class by doing the following:

You can also copy an instance of this exception class.


Overload 1
public:
IWaitAbandoned(const char* text = 0)
Constructs the exception with the given message text.
text
The error message text to use for this exception. If no text is specified, the default text is loaded from the appropriate localized message file.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


Overload 2
public:
IWaitAbandoned(const IWaitAbandoned& toCopy)

The copy constructor is provided so that the compiler can make copies of the object during the throwing of an exception.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


Exception Type

Exception type members provide support for determining the name (type) of the exception. These members are used for logging out an exception object's error information.


[view class]
name
public:
virtual const char* name() const
Returns the name of the object's class.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


IWaitAbandoned - Inherited Member Functions and Data

Inherited Public Functions

IException

Inherited Public Data

IException

Inherited Protected Functions

Inherited Protected Data