ews-cpp  0.9
Public Member Functions | List of all members
ews::exchange_error Class Referencefinal

Exception thrown when a request was not successful. More...

#include <ews.hpp>

Inheritance diagram for ews::exchange_error:
ews::exception

Public Member Functions

 exchange_error (response_code code)
 Constructs an exchange_error from a <ResponseCode>.
 
 exchange_error (response_code code, const std::string &message_text)
 Constructs an exchange_error from a <ResponseCode> and additional error message, e.g., from an <MessageText> element.
 
response_code code () const EWS_NOEXCEPT
 
- Public Member Functions inherited from ews::exception
 exception (const std::string &what)
 
 exception (const char *what)
 

Detailed Description

Exception thrown when a request was not successful.


The documentation for this class was generated from the following file: