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

Class ManagementException

This exception is thrown when the system is unable to find the installation folder or the cache configuration file and user requests for the cache initialization.

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

Constructors

Name Description
ManagementException()

Default constructor.

ManagementException(Int32)

Overloaded constructor

ManagementException(Int32, String)

Overloaded constructor

ManagementException(Int32, String, Exception)

Overloaded constructor

ManagementException(Int32, String, String)

Overloaded constructor

ManagementException(SerializationInfo, StreamingContext)

Overloaded constructor, manual serialization.

ManagementException(String)

Overloaded constructor, takes the reason as parameter.

ManagementException(String, Exception)

Overloaded constructor.

Back to top Copyright © 2017 Alachisoft