Class: TLicenseException

Declaration: LicenseErrors.h

Taxonomy Categories:

Member Functions:


Interface Category:

API.

Inherits From:

TStandardException

Inherited By:

TLicenseConfigException TLicenseDenied TLicenseInvalidProvider TLicenseNoAcceptableProvider TLicenseNoUnitsAvailable TLicenseProductUnknown TLicenseUsageException

Purpose:

Abstract base class used to categorize all license service exceptions.

Instantiation:

Allocate on the heap or the stack.

Deriving Classes:

Every exception from the Licensing system should be a derived class of this base class. Derived classes need to provide implementations for the Throw function.

Concurrency:

Not multithread safe.

Resource Use:

No special requirements.

Member Function: TLicenseException::~TLicenseException

virtual ~ TLicenseException ()

Interface Category:

API.

Purpose:

Destructor.

Calling Context:

Called to destroy an object.

Parameters:

Return Value:

None.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Not multithread safe.

Other Considerations:

None.
Click the icon to mail questions or corrections about this material to Taligent personnel.
Copyright©1995 Taligent,Inc. All rights reserved.