You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Aleksey Plekhanov (Jira)" <ji...@apache.org> on 2021/02/02 15:56:00 UTC

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

     [ https://issues.apache.org/jira/browse/IGNITE-14020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aleksey Plekhanov reassigned IGNITE-14020:
------------------------------------------

    Assignee: Aleksey Plekhanov

> .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
>            Assignee: Aleksey Plekhanov
>            Priority: Major
>              Labels: .NET, .net-core
>
> 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)