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.
- TDNSHostNameException ()
- TDNSHostNameException (ErrorCode)
Interface Category:
API.
Purpose:
- Default constructor.
- Creates a TDNSHostNameException with the specified error code.
Calling Context:
- Called by the stream-in operators.
- Called to create a TDNSHostNameException with a specific error code.
Parameters:
- Takes no parameters.
- ErrorCode -The error code for this exception.
Return Value:
None.
Exceptions:
Throws no exceptions, passes all exceptions through.
Concurrency:
Not multithread safe.
Other Considerations:
None.
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.
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.