Class OverkizException
- Namespace
- OverKizApi.Exceptions
- Assembly
- OverKizApi.dll
Base class for all exceptions thrown by the Overkiz API client library. Catch this type to handle any API-related error in a single handler.
public class OverkizException : Exception, ISerializable, _Exception
- Inheritance
-
OverkizException
- Implements
- Derived
- Inherited Members
Constructors
OverkizException()
Initialises a new instance with no message.
public OverkizException()
OverkizException(string)
Initialises a new instance with the specified error message.
public OverkizException(string message)
Parameters
messagestringHuman-readable description of the error.
OverkizException(string, Exception)
Initialises a new instance with a message and an inner cause.
public OverkizException(string message, Exception inner)