You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Tupitsyn (Jira)" <ji...@apache.org> on 2023/10/05 07:06:00 UTC

[jira] [Updated] (IGNITE-20568) .NET: Thin 3.0: ExceptionsGenerator does not support IgniteCheckedException

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

Pavel Tupitsyn updated IGNITE-20568:
------------------------------------
    Description: 
*ExceptionsGenerator* only supports *IgniteException* and derived classes, but not *IgniteCheckedException* and its children.

* Add support for *IgniteCheckedException* by fixing *IsIgniteException* method
* Decide whether to throw away the "Checked" substring for those exceptions, because there are no checked exceptions in C#

> .NET: Thin 3.0: ExceptionsGenerator does not support IgniteCheckedException
> ---------------------------------------------------------------------------
>
>                 Key: IGNITE-20568
>                 URL: https://issues.apache.org/jira/browse/IGNITE-20568
>             Project: Ignite
>          Issue Type: Bug
>          Components: platforms, thin client
>    Affects Versions: 3.0.0-beta1
>            Reporter: Pavel Tupitsyn
>            Assignee: Pavel Tupitsyn
>            Priority: Major
>              Labels: .NET, ignite-3
>             Fix For: 3.0.0-beta2
>
>
> *ExceptionsGenerator* only supports *IgniteException* and derived classes, but not *IgniteCheckedException* and its children.
> * Add support for *IgniteCheckedException* by fixing *IsIgniteException* method
> * Decide whether to throw away the "Checked" substring for those exceptions, because there are no checked exceptions in C#



--
This message was sent by Atlassian Jira
(v8.20.10#820010)