Class BaseOverkizException
- Namespace
- OverKizApi.Exceptions
- Assembly
- OverKizApi.dll
Raised for structured Overkiz API error responses (HTTP 4xx/5xx with a JSON error body).
The Message property contains the error field from the response.
public class BaseOverkizException : OverkizException, ISerializable, _Exception
- Inheritance
-
BaseOverkizException
- Implements
- Derived
- Inherited Members
Constructors
BaseOverkizException()
Initialises a new instance with no message.
public BaseOverkizException()
BaseOverkizException(string)
Initialises a new instance with the specified error message.
public BaseOverkizException(string message)
Parameters
messagestringThe
errorstring from the API response body.
BaseOverkizException(string, Exception)
Initialises a new instance with a message and an inner cause.
public BaseOverkizException(string message, Exception inner)