Class OperationNotSupportedException
This is a data class used to inform the user that the requested operation is not supported in the current edition of NCache.
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
[Serializable]
public class OperationNotSupportedException : CacheException, ISerializable, _Exception
Constructors
Name | Description |
---|---|
Operation |
The default constructor of class OperationNtSupportedException. |
Operation |
An overloaded constructor that takes reason of exception and errorcode as parameters. |
Operation |
An overloaded constructor that takes reason of exception and nested exception as parameters. |
Operation |
An overloaded constructor that takes reason of exception, errorcode and stacktrace as parameters. |
Operation |
An overloaded constructor that takes serialization info and streaming context as parameters. |
Operation |
Overloaded constructor that takes the reason as parameter. |
Operation |
An overloaded constructor that takes reason of exception and nested exception as parameters. |