Taxonomy Categories:
Member Functions:
Interface Category:
API.
Inherits From:
TStandardException
Inherited By:
TLocalServiceReferenceException
Purpose:
TServiceReferenceException is thrown when errors occur in the processing of a TServiceReference.
Instantiation:
Allocate on the heap or the stack.
Deriving Classes:
You should not derive any classes from TServiceReferenceException.
Concurrency:
Not multithread safe.
Resource Use:
No special requirements.
Other Considerations:
None.
- TServiceReferenceException ()
- TServiceReferenceException (ErrorType err, long msg)
Interface Category:
API.
Purpose:
- Default constructor.
- Creates a TServiceReferenceException with the specified error type and message.
Calling Context:
- Called by the stream-in operators and anywhere the definition of a TLocalServiceReferenceException is desired.
- Called to create a TLocalServiceReferenceException with the specified error type and message.
Parameters:
- Takes no parameters.
- ErrorType err -The major error type.
- long msg -The minor error type.
Return Value:
None.
Exceptions:
Throws no exceptions, passes all exceptions through.
Concurrency:
Not multithread safe.
Other Considerations:
None.
virtual ~ TServiceReferenceException ()
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.