Class OperationNotSupportedException
This exception is thrown when an operation is not supported in the current edition of NCache.
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
[Serializable]
public class OperationNotSupportedException : CacheException, ISerializable
Constructors
Name | Description |
---|---|
OperationNotSupportedException() | default constructor. |
OperationNotSupportedException(Int32, String) | Overloaded constructor, takes the reason as parameter. |
OperationNotSupportedException(Int32, String, Exception) | Overloaded constructor. |
OperationNotSupportedException(Int32, String, String) | Overloaded constructor |
OperationNotSupportedException(SerializationInfo, StreamingContext) | Overloaded constructor, manual serialization. |
OperationNotSupportedException(String) | Overloaded constructor, takes the reason as parameter. |
OperationNotSupportedException(String, Exception) | Overloaded constructor. |