EskomCalendarException

Represents an error that occurs using the EskomCalendar API

public final
class EskomCalendarException : Exception {}

Constructors

this
this(ErrType errType, string msg)

Constructs a new EskomCalendarException of the given kind-of error that occurred with an optional message which is emoty by default

Members

Functions

getError
ErrType getError()

Gets the kind-of error that occurred

Meta