Microsoft Information Protection (MIP) SDK for C++: Reference 1.15
Doxygen-generated documentation for MIP SDK written in C++
Loading...
Searching...
No Matches
xml::XmlLoadException Class Reference

#include <src/api/mip/delegate_errors/xml_load_exception.h>

+ Inheritance diagram for xml::XmlLoadException:
+ Collaboration diagram for xml::XmlLoadException:

Public Member Functions

virtual char const * what () const noexcept override
 
 XmlLoadException (const std::string &message)
 

Detailed Description

Definition at line 14 of file xml_load_exception.h.

Constructor & Destructor Documentation

◆ XmlLoadException()

xml::XmlLoadException::XmlLoadException ( const std::string & message)
inline

Definition at line 16 of file xml_load_exception.h.

16: mMessage(message.c_str()) {}

Member Function Documentation

◆ what()

virtual char const * xml::XmlLoadException::what ( ) const
inlineoverridevirtualnoexcept

Definition at line 17 of file xml_load_exception.h.

17{ return mMessage.c_str(); }

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