Seperate Dali::Exception / std::exception and otherwise 07/316307/1
authorEunki, Hong <eunkiki.hong@samsung.com>
Thu, 12 Dec 2024 12:13:31 +0000 (21:13 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Thu, 12 Dec 2024 12:13:31 +0000 (21:13 +0900)
commit2e94e4f4d62441a26785e5d69cb2a98e50070468
treec9ab6f4af7ab9c08e2f4e32ca647e3e0f732d05a
parent1d4c3b81f131d2d786681216787f6439afcf0ba8
Seperate Dali::Exception / std::exception and otherwise

Until now, SWIG_UnknownError, SWIG_RuntimeError, SWIG_SystemError
are all catched as SWIG_CSharpApplicationException.

It make hard to debuging error case by exception.

To make more detail, let we seperate the callback of exception
as System / InvaildOperation / and Application.

Change-Id: I5532e1c03de525a4a3e449f6d65224bf544fff64
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
dali-csharp-binder/common/common.h
dali-csharp-binder/common/dali-wrap.cpp