Class: TDNSHostNameException

Declaration: IPService.h

Taxonomy Categories:

Member Functions:


Interface Category:

API.

Inherits From:

TStandardException

Inherited By:

None.

Purpose:

An exception that is thrown when errors occur in the processing of TDNSHostName.

Instantiation:

Allocate on the heap or the stack.

Deriving Classes:

You should not derive any classes from TDNSHostNameException.

Concurrency:

Not multithread safe.

Resource Use:

No special requirements.

Other Considerations:

None.

Member Function: TDNSHostNameException::TDNSHostNameException

  1. TDNSHostNameException ()
  2. TDNSHostNameException (ErrorCode)

Interface Category:

API.

Purpose:

  1. Default constructor.
  2. Creates a TDNSHostNameException with the specified error code.

Calling Context:

  1. Called by the stream-in operators.
  2. Called to create a TDNSHostNameException with a specific error code.

Parameters:

Return Value:

None.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Not multithread safe.

Other Considerations:

None.

Member Function: TDNSHostNameException::~TDNSHostNameException

virtual ~ TDNSHostNameException ()

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.

Member Function: TDNSHostNameException::Throw

virtual void Throw () const

Interface Category:

API.

Purpose:

Throws this exception.

Calling Context:

Called to throw this exception.

Parameters:

Return Value:

None.

Exceptions:

Throws this exception.

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.