Class MaintenanceException
- Namespace
- OverKizApi.Exceptions
- Assembly
- OverKizApi.dll
Raised when the server returns a 503 response that indicates a scheduled maintenance window. Inherits from ServiceUnavailableException.
public class MaintenanceException : ServiceUnavailableException, ISerializable, _Exception
- Inheritance
-
MaintenanceException
- Implements
- Inherited Members
Remarks
Initialises a new instance with the specified error message.
Constructors
MaintenanceException(string)
Raised when the server returns a 503 response that indicates a scheduled maintenance window. Inherits from ServiceUnavailableException.
public MaintenanceException(string message)
Parameters
messagestringThe API error message.
Remarks
Initialises a new instance with the specified error message.