Class MaintenanceException
This exception is thrown when the cluster is under maintenance.
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
[Serializable]
public class MaintenanceException : ManagementException, ISerializable, _Exception
Constructors
Name | Description |
---|---|
Maintenance |
The default constructor of the class MaintenanceException. |
Maintenance |
An overloaded constructor that takes the errorcode as parameter. |
Maintenance |
An overloaded constructor that takes the errorcode and exception message as parameters. |
Maintenance |
An overloaded constructor that takes the errorcode, nested exception and exception message as parameters. |
Maintenance |
An overloaded constructor that takes the errorcode, stacktrace and exception message as parameters. |
Maintenance |
An overloaded constructor that takes serialization info and streaming context as parameters. |
Maintenance |
An overloaded constructor that takes the reason as parameter. |
Maintenance |
An overloaded constructor that takes the reason as parameter. |
Methods
Name | Description |
---|---|
Get |
Populates the SerializationInfo class with the data needed to serialize the target object. |