Class ManagementException
Thrown when the system is unable to find the installation folder or the cache configuration file and user requests for the cache initialization.
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class ManagementException : CacheException
Name | Description |
---|---|
ManagementException() | default constructor. |
ManagementException(SerializationInfo, StreamingContext) | overloaded constructor, manual serialization. |
ManagementException(String) | overloaded constructor, takes the reason as parameter. |
ManagementException(String, Exception) | overloaded constructor. |