Class MaintenanceException
Thrown when the cluster is under maintenance
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class MaintenanceException : ManagementException
Constructors
Name | Description |
---|---|
MaintenanceException() | default constructor. |
MaintenanceException(SerializationInfo, StreamingContext) | overloaded constructor, manual serialization. |
MaintenanceException(Int32) | Overloaded constructor |
MaintenanceException(Int32, String) | Overloaded constructor |
MaintenanceException(Int32, String, Exception) | Overloaded Constructor |
MaintenanceException(Int32, String, String) | Overloaded constructor |
MaintenanceException(String) | overloaded constructor, takes the reason as parameter. |
MaintenanceException(String, Exception) | overloaded constructor. |
Methods
Name | Description |
---|---|
GetObjectData(SerializationInfo, StreamingContext) | manual serialization |