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.
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class ManagementException : CacheException
Constructors
Name | Description |
---|---|
ManagementException() | Default constructor. |
ManagementException(SerializationInfo, StreamingContext) | Overloaded constructor, manual serialization. |
ManagementException(Int32) | Overloaded constructor |
ManagementException(Int32, String) | Overloaded constructor |
ManagementException(Int32, String, Exception) | Overloaded constructor |
ManagementException(Int32, String, String) | Overloaded constructor |
ManagementException(String) | Overloaded constructor, takes the reason as parameter. |
ManagementException(String, Exception) | Overloaded constructor. |