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 |
---|---|
OperationNotSupportedException() | The default constructor of class OperationNtSupportedException. |
OperationNotSupportedException(Int32, String) | An overloaded constructor that takes reason of exception and errorcode as parameters. |
OperationNotSupportedException(Int32, String, Exception) | An overloaded constructor that takes reason of exception and nested exception as parameters. |
OperationNotSupportedException(Int32, String, String) | An overloaded constructor that takes reason of exception, errorcode and stacktrace as parameters. |
OperationNotSupportedException(SerializationInfo, StreamingContext) | An overloaded constructor that takes serialization info and streaming context as parameters. |
OperationNotSupportedException(String) | Overloaded constructor that takes the reason as parameter. |
OperationNotSupportedException(String, Exception) | An overloaded constructor that takes reason of exception and nested exception as parameters. |