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 |
---|---|
ManagementException() | The default constructor of class ManagementException. |
ManagementException(Int32) | An overloaded constructor that takes errorcode as parameter. |
ManagementException(Int32, String) | An overloaded constructor that takes errorcode and exception message as parameters. |
ManagementException(Int32, String, Exception) | An overloaded constructor that takes errorcode,message and nested exception as parameters. |
ManagementException(Int32, String, String) | An overloaded constructor that takes errorcode, message and stacktrace as parameters. |
ManagementException(SerializationInfo, StreamingContext) | An overloaded constructor that takes serialization info and streaming context as parameters. |
ManagementException(String) | An overloaded constructor that takes the reason as parameter. |
ManagementException(String, Exception) | An overloaded constructor that takes reason and nested exception as parameters. |