• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Try Free
Show / Hide Table of Contents

Class TimeoutException

This exception is thrown whenever the response time for an operation exceeds 90 seconds.

Inheritance
System.Object
System.Exception
CacheException
TimeoutException
Inherited Members
CacheException.ErrorCode
CacheException.StackTrace
CacheException.ToString()
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
[Serializable]
public class TimeoutException : CacheException, ISerializable, _Exception

Constructors

Name Description
TimeoutException()

Default constructor for this class.

TimeoutException(Int32)

Overloaded constructor

TimeoutException(Int32, String)

Overloaded constructor

TimeoutException(Int32, String, Exception)

Overloaded constructor

TimeoutException(Int32, String, String)

Overloaded constructor

TimeoutException(SerializationInfo, StreamingContext)

Overloaded constructor, manual serialization.

TimeoutException(String)

Overloaded constructor, takes the reason as parameter.

TimeoutException(String, Exception)

Overloaded constructor.

Back to top Copyright © 2017 Alachisoft