Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Signals that a request execution in a distributed environment failed to complete successfully.

Namespace: Tangosol.Net
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
[SerializableAttribute]
public class RequestIncompleteException : PortableException, 
	ISerializable

Remarks

For some specific requests this exception could carry a partial execution result or failure information.

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    Tangosol.IO.Pof..::..PortableException
      Tangosol.Net..::..RequestIncompleteException
        Tangosol.Net..::..RequestTimeoutException

See Also