Taxonomy Categories:
Member Functions:
Interface Category:
API.
Inherits From:
TStandardException
Inherited By:
None.
Purpose:
TRemoteCallException is thrown when exceptional conditions occur during the processing of a remote procedure call.
Instantiation:
Allocate on the heap or the stack.
Deriving Classes:
Derived classes are not supported in this release.
Concurrency:
Not multithread safe.
Resource Use:
No special requirements.
Other Considerations:
None.
virtual ~ TRemoteCallException ()
Interface Category:
API.
Purpose:
Destructor.
Calling Context:
Called to destroy an object. Call this function directly.
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. Call this function directly.
Parameters:
Return Value:
None.
Exceptions:
Throws this exception.
Concurrency:
Not multithread safe.
Other Considerations:
None.
- TRemoteCallException (ErrorType error)
- TRemoteCallException ()
- TRemoteCallException (const TRemoteCallException &)
Interface Category:
API.
Purpose:
- Creates a TRemoteCallException with the specified error type.
- Default constructor.
- Copy constructor.
Calling Context:
- Called to create a TRemoteCallException with a specific error type. Call this function directly.
- Called by the stream-in operators and directly.
- Called to copy an object. Call this function directly.
Parameters:
- ErrorType error -Identifies the error.
- Takes no parameters.
- const TRemoteCallException & -The object to copy.
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.