Class MaxClientReachedException
This exception is thrown whenever an error occurs on the remote node.
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
[Serializable]
public class MaxClientReachedException : CacheException, ISerializable, _Exception
Constructors
| Name | Description |
|---|---|
| MaxClientReachedException(Int32, String) | An overloaded constructor that takes errorcode and reason as parameters. |
| MaxClientReachedException(SerializationInfo, StreamingContext) | Overloaded constructor that takes serialization info and streaming context as parameters. |
| MaxClientReachedException(String) | The default constructor of class MaxClientReachedException. |
Properties
| Name | Description |
|---|---|
| Message | Gets the message that describes the current exception. |
| StackTrace | Gets the stack trace of the exception. |