.. index:: pair: class; P1::ImageSdk::SdkException .. _doxid-class_p1_1_1_image_sdk_1_1_sdk_exception: class P1::ImageSdk::SdkException ================================ .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class SdkException: public runtime_error { public: // fields :ref:`ErrorCode` :target:`mCode`; std::string :target:`mFilePath`; int :target:`mLineNo`; // construction :target:`SdkException`( :ref:`ErrorCode` code, std::string message, std::string filePath = std::string(), int lineNo = -1 ); };