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 |
---|---|
Max |
An overloaded constructor that takes errorcode and reason as parameters. |
Max |
Overloaded constructor that takes serialization info and streaming context as parameters. |
Max |
The default constructor of class MaxClientReachedException. |
Properties
Name | Description |
---|---|
Message | Gets the message that describes the current exception. |
Stack |
Gets the stack trace of the exception. |