Try/Catch Explanation ~~~~~~~~~~~~~~~~~~~~~ You should wrap all access to the SDKs in try-catch blocks, as exceptions are used to report any errors: .. code-tabs:: .. include-tab:: ../../labels/cppDocumentaionExample3 :language: cpp :title: C++ .. include-tab:: ../../labels/csDocumentaionExample3 :language: csharp :title: C# .. note:: ``SdkException`` objects are thrown by the :term:`CameraSDK` or ImageSDK. The second catch-block catches all other exceptions, "just in case".