Class: TRemoteCallException

Declaration: RemoteCaller.h

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.

Member Function: TRemoteCallException::~TRemoteCallException

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.

Member Function: TRemoteCallException::Throw

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.

Member Function: TRemoteCallException::TRemoteCallException

  1. TRemoteCallException (ErrorType error)
  2. TRemoteCallException ()
  3. TRemoteCallException (const TRemoteCallException &)

Interface Category:

API.

Purpose:

  1. Creates a TRemoteCallException with the specified error type.
  2. Default constructor.
  3. Copy constructor.

Calling Context:

  1. Called to create a TRemoteCallException with a specific error type. Call this function directly.
  2. Called by the stream-in operators and directly.
  3. Called to copy 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.
Click the icon to mail questions or corrections about this material to Taligent personnel.
Copyright©1995 Taligent,Inc. All rights reserved.