Class OperationNotSupportedException
Thrown when an operation is not supported in the current edition of NCache.
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class OperationNotSupportedException : CacheException
Name | Description |
---|---|
OperationNotSupportedException() | default constructor. |
OperationNotSupportedException(SerializationInfo, StreamingContext) | overloaded constructor, manual serialization. |
OperationNotSupportedException(String) | overloaded constructor, takes the reason as parameter. |
OperationNotSupportedException(String, Exception) | overloaded constructor. |