[jira] [Created] (IGNITE-14020) .NET: Exceptions interoperability

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-14020) .NET: Exceptions interoperability

Anton Vinogradov (Jira)
Yaroslav Molochkov created IGNITE-14020:
-------------------------------------------

             Summary: .NET:  Exceptions interoperability
                 Key: IGNITE-14020
                 URL: https://issues.apache.org/jira/browse/IGNITE-14020
             Project: Ignite
          Issue Type: Improvement
          Components: platforms
    Affects Versions: 2.9.1
            Reporter: Yaroslav Molochkov


Currently it's cumbersome to make use of .net exceptions because an exception is propagated from java-side reflection or local call hence we will see lots of unrelated and, more often than not, useless frames. To avoid that the exception from the .net side needs to have registered java counterpart so we can see the exact problem clearly.

I propose to make exceptions interoperable just like types. We can resolve types between environments up to a namespace. It would be very useful to do the same with exceptions.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)