[ 
https://issues.apache.org/jira/browse/THRIFT-4492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16359334#comment-16359334
 ] 

ASF GitHub Bot commented on THRIFT-4492:
----------------------------------------

GitHub user Jens-G opened a pull request:

    https://github.com/apache/thrift/pull/1492

    THRIFT-4492 protected ExceptionType type member of TApplicationExcept…

    …ion cannot be accessed
    
    Client: C#
    Patch: Jens Geyer

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/Jens-G/thrift THRIFT-4492

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/thrift/pull/1492.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1492
    
----
commit b6ff1a8e857f9fcb04f113e71c4f3cd475454aa7
Author: Jens Geyer <jensg@...>
Date:   2018-02-09T19:26:11Z

    THRIFT-4492 protected ExceptionType type member of TApplicationException 
cannot be accessed
    Client: C#
    Patch: Jens Geyer

----


> protected ExceptionType type member of TApplicationException cannot be 
> accessed
> -------------------------------------------------------------------------------
>
>                 Key: THRIFT-4492
>                 URL: https://issues.apache.org/jira/browse/THRIFT-4492
>             Project: Thrift
>          Issue Type: Bug
>          Components: C# - Library
>            Reporter: Jens Geyer
>            Priority: Major
>
> {code}
> public class TApplicationException : TException
> {
>       protected ExceptionType type;
>      // unrelevant code omitted
> }
> {code}
> The type member cannot be accessed directly, which is absolutely unexpected.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to