Click or drag to resize

RequestIncompleteException Constructor

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Overload List
  NameDescription
Public methodRequestIncompleteException
Constructs a RequestIncompleteException with no detail message.
Public methodRequestIncompleteException(Exception)
Construct a RequestIncompleteException from an Exception object.
Public methodRequestIncompleteException(String)
Constructs a RequestIncompleteException with the specified detail message.
Public methodRequestIncompleteException(SerializationInfo, StreamingContext)
Construct a RequestTimeoutException class with serialized data.
Public methodRequestIncompleteException(String, Exception)
Construct a RequestIncompleteException from a Exception object and an additional description.
Top
See Also