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 |
---|---|
MaintenanceException() | The default constructor of the class MaintenanceException. |
MaintenanceException(Int32) | An overloaded constructor that takes the errorcode as parameter. |
MaintenanceException(Int32, String) | An overloaded constructor that takes the errorcode and exception message as parameters. |
MaintenanceException(Int32, String, Exception) | An overloaded constructor that takes the errorcode, nested exception and exception message as parameters. |
MaintenanceException(Int32, String, String) | An overloaded constructor that takes the errorcode, stacktrace and exception message as parameters. |
MaintenanceException(SerializationInfo, StreamingContext) | An overloaded constructor that takes serialization info and streaming context as parameters. |
MaintenanceException(String) | An overloaded constructor that takes the reason as parameter. |
MaintenanceException(String, Exception) | An overloaded constructor that takes the reason as parameter. |
Methods
Name | Description |
---|---|
GetObjectData(SerializationInfo, StreamingContext) | Populates the SerializationInfo class with the data needed to serialize the target object. |