Class ManagementException
This exception is thrown when the system is unable to find the installation folder or the cache configuration file and requests for the cache initialization.
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
[Serializable]
public class ManagementException : CacheException, ISerializable, _Exception
Constructors
Name | Description |
---|---|
Management |
The default constructor of class ManagementException. |
Management |
An overloaded constructor that takes errorcode as parameter. |
Management |
An overloaded constructor that takes errorcode and exception message as parameters. |
Management |
An overloaded constructor that takes errorcode,message and nested exception as parameters. |
Management |
An overloaded constructor that takes errorcode, message and stacktrace as parameters. |
Management |
An overloaded constructor that takes serialization info and streaming context as parameters. |
Management |
An overloaded constructor that takes the reason as parameter. |
Management |
An overloaded constructor that takes reason and nested exception as parameters. |