Click or drag to resize

RequestTimeoutException Constructor

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