• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Try Free
Show / Hide Table of Contents

Class OperationNotSupportedException

This exception is thrown when an operation is not supported in the current edition of NCache.

Inheritance
System.Object
System.Exception
CacheException
OperationNotSupportedException
Inherited Members
CacheException.ErrorCode
CacheException.StackTrace
CacheException.ToString()
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
[Serializable]
public class OperationNotSupportedException : CacheException, ISerializable, _Exception

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.

Back to top Copyright © 2017 Alachisoft