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
Constructors
OperationNotSupportedException()
default constructor.
Declaration
public OperationNotSupportedException()
OperationNotSupportedException(SerializationInfo, StreamingContext)
overloaded constructor, manual serialization.
Declaration
protected OperationNotSupportedException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | |
StreamingContext | context |
OperationNotSupportedException(String)
overloaded constructor, takes the reason as parameter.
Declaration
public OperationNotSupportedException(string reason)
Parameters
Type | Name | Description |
---|---|---|
System.String | reason |
OperationNotSupportedException(String, Exception)
overloaded constructor.
Declaration
public OperationNotSupportedException(string reason, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
System.String | reason | reason for exception |
Exception | inner | nested exception |
Methods
GetObjectData(SerializationInfo, StreamingContext)
manual serialization
Declaration
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | |
StreamingContext | context |